AlignedPositions
Enum
Aligned positions listing
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum AlignedPositions
Fields
Assign the bottom position for element
C#
Bottom = 512
Assign the bottom left position for element
C#
BottomLeft = 256
Assign the bottom right position for element
C#
BottomRight = 1024
Assign the center position for element
C#
Center = 32
Assign the left position for element
C#
Left = 16
C#
None = 0
Assign the right position for element
C#
Right = 64
Assign the top position for element
C#
Top = 2
Assign the top left position for element
C#
TopLeft = 1
Assign the top right position for element
C#
TopRight = 4