Gets or sets a Brush used to draw the background of the gauge scales.
Namespace: MindFusion.Charting.Gauges
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush ScaleBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleBackground As Brush |
See Also