Gets the title of this series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
string Title { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Title As String |
A string specifying the series' title.
RemarksSeries titles are displayed inside legends by LegendRenderer.
See Also