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:
Possible values are Inside, Outside and Center.
Default value for Indicators is Center.
Default value for MajorTicks, MinorTicks and ScaleLabels is Inside.
Default value for Range is Inside.