Where the Y-axis will be shown on the chart. It can be either on the right or on the left side.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LineChartAxes Axis { get; set; }
Visual Basic (Declaration)
Public Property Axis As LineChartAxes
Visual C++
public:
property LineChartAxes Axis {
	LineChartAxes get ();
	void set (LineChartAxes value);
}

See Also