Gets or sets the text of the chart title.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public string TitleText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleText As String |
A string value. The default value is "Title".
See Also