Placement

Gets or Sets the placement of a Gauge element w.r.t scale.

 

Type: PlacementTypes

Namespace: Visifire.Gauges

Assembly:

Silverlight:

SLVisifire.Gauges (in SLVisifire.Gauges.dll)

WPF:

WPFVisifire.Gauges (in WPFVisifire.Gauges.dll)

 

This attribute applies to:

 

Syntax:

<vc:Gauge... >

<vc:Gauge.Indicators>

<vc:BarIndicator Placement="Inside" />

</vc:Gauge.Indicators>

</vc:Gauge>

 

Below is the gauge after setting Placement property in BarIndicator.

 

 

Remarks:

  1. Possible values are Inside, Outside and Center.

  2. Default value for Indicators is Center.

  3. Default value for MajorTicks, MinorTicks and ScaleLabels is Inside.

  4. Default value for Range is Inside.