C1.Silverlight.Chart.5 Assembly > C1.Silverlight.Chart Namespace : AxisPosition Enumeration |
'Declaration Public Enum AxisPosition Inherits System.Enum
public enum AxisPosition : System.Enum
Member | Description |
---|---|
DisableLastLabelOverflow | Hide last label on the axis if it does not fit to the axis bounds. |
Far | Right for vertical, top for horizontal. |
Inner | Axis annotations are inside plot area. |
Near | Left for vertical, bottom for horizontal. |
OverData | The axis is over the plot elements. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.Chart.AxisPosition