Specifies position of the axis.

Namespace:  C1.Phone.Chart
Assembly:  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 nameValueDescription
Near0 Left for vertical, bottom for horizontal.
Far1 Right for vertical, top for horizontal.
OverData2 The axis is over the plot elements.
DisableLastLabelOverflow4 Hide last label on the axis if it does not fit to the axis bounds.
Inner8 Axis annotations are inside plot area.

See Also