Enum GraphItemPosition
Specifies the graph item's position.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphItemPosition
Absolute
Specifies absolute position.
BottomCenter
Specifies bottom center position.
BottomLeft
Specifies bottom left position.
BottomRight
Specifies bottom right position.
Center
Specifies center position.
LeftBottom
Specifies left bottom position.
LeftCenter
Specifies left center position.
LeftTop
Specifies left top position.
RightBottom
Specifies right bottom position.
RightCenter
Specifies right center position.
RightTop
Specifies right top position.
TopCenter
Specifies top center position.
TopLeft
Specifies top left position.
TopRight
Specifies top right position.