Gets or sets the text that should be drawn inside this component.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public string Text { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Text As String |
See Also