Search
GaugeRenderer.TickStrokeThickness Property
See Also
 






Gets or sets the thickness of the Pen used to stroke gauge ticks.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property TickStrokeThickness As Nullable(Of Double)

 Property Value

 See Also