Search
Theme.GaugeScaleStroke Property
See Also
 






Gets or sets a Brush used to stroke gauge scales.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush GaugeScaleStroke { get; set; }

Visual Basic  Copy Code

Public Property GaugeScaleStroke As Brush

 Property Value

An instance of the Brush class.

 See Also