Search
GaugeRenderer.PointerStrokeThickness Property
See Also
 






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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property PointerStrokeThickness As Nullable(Of Double)

 Property Value

 See Also