Specifies position of the axis.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
C# |
---|
public enum AxisPosition |
Visual Basic |
---|
Public Enumeration AxisPosition |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
Members
Member name | Value | Description | |
---|---|---|---|
Near | 0 | Left for vertical, bottom for horizontal. | |
Far | 1 | Right for vertical, top for horizontal. | |
OverData | 2 | The axis is over the plot elements. | |
DisableLastLabelOverflow | 4 | Hide last label on the axis if it does not fit to the axis bounds. | |
Inner | 8 | Axis annotations are inside plot area. |