Specifies position of the axis.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
[FlagsAttribute] public enum AxisPosition |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration AxisPosition |
Members
Member name | Description | |
---|---|---|
Near | Left for vertical, bottom for horizontal. | |
Far | Right for vertical, top for horizontal. | |
OverData | The axis is over the plot elements. | |
DisableLastLabelOverflow | Hide last label on the axis if it does not fit to the axis bounds. | |
Inner | Axis annotations are inside plot area. |