Enum
ScaleObjectLocation

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:

cs-api-definition
public enum ScaleObjectLocation

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

cs-api-definition
CenterInside = 5

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

cs-api-definition
CenterOutside = 4

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

cs-api-definition
Inside = 6

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

cs-api-definition
Outside = 0

Field Value

ScaleObjectLocation

OverCenter

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

Declaration

cs-api-definition
OverCenter = 2

Field Value

ScaleObjectLocation

OverInside

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

Declaration

cs-api-definition
OverInside = 3

Field Value

ScaleObjectLocation

OverOutside

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

Declaration

cs-api-definition
OverOutside = 1

Field Value

ScaleObjectLocation