Specifies position of the axis.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[FlagsAttribute]
public enum AxisPosition
Visual Basic
<FlagsAttribute> _
Public Enumeration AxisPosition

Members

Member nameDescription
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.

See Also