New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public enum ScaleObjectLocation

Fields

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.

C#
CenterInside = 5

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.

C#
CenterOutside = 4

The object is located inside the scale circle for radial gauges, and to the right of the scale bar for linear gauge.

C#
Inside = 6

The object is located outside the scale circle for radial gauges, and to the left of the scale bar for linear gauge.

C#
Outside = 0

The object is located over the scale. Centered in the scale bar.

C#
OverCenter = 2

The object is located over the scale. Bound to the inside or right border of the scale bar.

C#
OverInside = 3

The object is located over the scale. Bound to the outside or left border of the scale bar.

C#
OverOutside = 1