Specifies automatic position for chart elements such as legend, title etc.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum ChartElementAutoPosition
Visual Basic
Public Enumeration ChartElementAutoPosition

Members

Member nameDescription
TopCenter Top center position.
TopLeft Top left position.
TopRight Top right position.
LeftTop Left top position.
LeftCenter Left center position.
LeftBottom Left bottom position.
RightTop Right top position.
RightCenter Right center position.
RightBottom Right bottom position.
BottomRight Bottom right position.
BottomCenter Bottom center position.
BottomLeft Bottom left position.

See Also