y axis of a guide. There should be at least one graph assigned to this axis in order guide to be visible

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