Gets or sets the size of font used to draw text in this gauge.
Namespace: MindFusion.Charting.Gauges
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontSize As Nullable(Of Double) |
See Also