Enum
AlignedPositions

Aligned positions listing

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public enum AlignedPositions

Fields

Bottom

Assign the bottom position for element

Declaration

cs-api-definition
Bottom = 512

Field Value

AlignedPositions

BottomLeft

Assign the bottom left position for element

Declaration

cs-api-definition
BottomLeft = 256

Field Value

AlignedPositions

BottomRight

Assign the bottom right position for element

Declaration

cs-api-definition
BottomRight = 1024

Field Value

AlignedPositions

Center

Assign the center position for element

Declaration

cs-api-definition
Center = 32

Field Value

AlignedPositions

Left

Assign the left position for element

Declaration

cs-api-definition
Left = 16

Field Value

AlignedPositions

None

Declaration

cs-api-definition
None = 0

Field Value

AlignedPositions

Right

Assign the right position for element

Declaration

cs-api-definition
Right = 64

Field Value

AlignedPositions

Top

Assign the top position for element

Declaration

cs-api-definition
Top = 2

Field Value

AlignedPositions

TopLeft

Assign the top left position for element

Declaration

cs-api-definition
TopLeft = 1

Field Value

AlignedPositions

TopRight

Assign the top right position for element

Declaration

cs-api-definition
TopRight = 4

Field Value

AlignedPositions