Search
GaugeRenderer.FontSize Property
See Also
 






Gets or sets the size of font used to draw text in this gauge.

Namespace: MindFusion.Charting.Gauges
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> FontSize { get; set; }

Visual Basic  Copy Code

Public Property FontSize As Nullable(Of Double)

 Property Value

 See Also