C1.WPF.FlexChart.4.6.2 Assembly / C1.Chart Namespace / Position Enumeration

Position Enumeration
Specifies the position of chart element on the chart.
Syntax
'Declaration
 
Public Enum Position 
   Inherits System.Enum
 
Members
MemberDescription
AutoThe element is positioned automatically.
BottomThe item appears below.
BottomLeftThe element is at the bottom left aligned.
BottomRightThe element is at the bottom right aligned.
LeftThe element appears to the left.
LeftBottomThe element is at the left bottom aligned.
LeftTopThe element is at the left top aligned.
NoneThe element is not visible.
RightThe element appears to the right.
RightBottomThe element is at the right bottom aligned.
RightTopThe element is at the right top aligned.
TopThe item appears above.
TopLeftThe element is at the top left aligned.
TopRightThe element is at the top right aligned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Position

See Also