Gets or Sets the width of NeedleIndicator or MarkerIndicator.
Type: Double
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauge.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauge.dll) |
This attribute applies to:
Syntax:
<vg:Gauge...>
<vc:Gauge.Indicators>
<vg:NeedleIndicator IndicatorWidth="0.2"/>
</vc:Gauge.Indicators>
</vg:Gauge>
Below is the gauge after setting IndicatorWidth property in NeedleIndicator.
Remarks:
Value ranges from 0 - 1.
Default value of IndicatorWidth in NeedleIndicator is 0.15 if DefaultTemplate is set to CircularGaugeBasic. Else it is 0.1.
In MarkerIndicator, the default IndicatorWidth is set to NaN. In this case, it will be calculated automatically depending upon the ScaleThickness.
In StateIndicator, the default IndicatorWidth is set to 0.06.