Gets or sets the position of the axis.

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

Syntax

C#
public AxisPosition Position { get; set; }
Visual Basic
Public Property Position As AxisPosition
	Get
	Set

Remarks

For vertical axis AxisPosition.Near corresponds to the left and AxisPosition.Far corresponds to the right. For horizontal axis AxisPosition.Near corresponds to bottom and AxisPosition.Far corresponds to the top.

See Also