RadControls for Silverlight

Position of the scale object (like tick or label) relative to the scale bar.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.1050

Syntax

C#
public enum ScaleObjectLocation
Visual Basic
Public Enumeration ScaleObjectLocation

Members

Member nameValueDescription
Outside0 The object is located outside the scale circle for radial gauges, and to the left of the scale bar for linear gauge.
OverOutside1 The object is located over the scale. Bound to the outside or left border of the scale bar.
OverCenter2 The object is located over the scale. Centered in the scale bar.
OverInside3 The object is located over the scale. Bound to the inside or right border of the scale bar.
CenterOutside4 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.
CenterInside5 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.
Inside6 The object is located inside the scale circle for radial gauges, and to the right of the scale bar for linear gauge.

See Also