ScaleName

Gets or Sets the name of a referring scale in Indicator or Range.

 

Type: String

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 Value="20" ScaleName="Scale1"/>

<vg:NeedleIndicator Value="30" ScaleName="Scale2"/>

</vc:Gauge.Indicators>

</vg:Gauge>

 

Below is the gauge after setting ScaleName property in NeedleIndicators.