Search
GaugeRenderer.StrokeThickness Property
See Also
 






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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property StrokeThickness As Nullable(Of Double)

 Property Value

 See Also