Gets or sets the size of the font for the axes title.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double TitleFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontSize As Double |
A double value. The default value is 12.0.
RemarksUse the Title property to set the title label.
See Also