Reporting

Aligned positions listing

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum AlignedPositions
Visual Basic
Public Enumeration AlignedPositions

Members

Member nameValueDescription
None0
Right64 Assign the right position for element
Left16 Assign the left position for element
Top2 Assign the top position for element
Bottom512 Assign the bottom position for element
Center32 Assign the center position for element
TopRight4 Assign the top right position for element
TopLeft1 Assign the top left position for element
BottomRight1024 Assign the bottom right position for element
BottomLeft256 Assign the bottom left position for element

Version Information

Supported in: 1.0.1

See Also