Gets the size of the label font.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public double LabelFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelFontSize As Double |
A double value that specifies the size of the label font. Default value is 12.0.
See Also