Enum ScaleObjectLocation
Position of the scale object (like tick or label) relative to the scale bar.
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum ScaleObjectLocation
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.
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.
Inside
The object is located inside the scale circle for radial gauges, and to the right of the scale bar for linear gauge.
Outside
The object is located outside the scale circle for radial gauges, and to the left of the scale bar for linear gauge.
OverCenter
The object is located over the scale. Centered in the scale bar.
OverInside
The object is located over the scale. Bound to the inside or right border of the scale bar.
OverOutside
The object is located over the scale. Bound to the outside or left border of the scale bar.