Class ScaleObjectLocation
Position of the scale object (like tick or label) relative to the scale bar.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ScaleObjectLocation : Enum
Fields
CenterInside
The object is located over the scale. Bound to the scale bar center and extended to the inside or to the right of the scale bar.
Declaration
public const ScaleObjectLocation CenterInside
Field Value
ScaleObjectLocation
|
CenterOutside
The object is located over the scale. Bound to the scale bar center and extended to the outside or to the left of the scale bar.
Declaration
public const ScaleObjectLocation CenterOutside
Field Value
ScaleObjectLocation
|
Inside
The object is located inside the scale circle for radial gauges, and to the right of the scale bar for linear gauge.
Declaration
public const ScaleObjectLocation Inside
Field Value
ScaleObjectLocation
|
Outside
The object is located outside the scale circle for radial gauges, and to the left of the scale bar for linear gauge.
Declaration
public const ScaleObjectLocation Outside
Field Value
ScaleObjectLocation
|
OverCenter
The object is located over the scale. Centered in the scale bar.
Declaration
public const ScaleObjectLocation OverCenter
Field Value
ScaleObjectLocation
|
OverInside
The object is located over the scale. Bound to the inside or right border of the scale bar.
Declaration
public const ScaleObjectLocation OverInside
Field Value
ScaleObjectLocation
|
OverOutside
The object is located over the scale. Bound to the outside or left border of the scale bar.
Declaration
public const ScaleObjectLocation OverOutside
Field Value
ScaleObjectLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|