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