If this is set to true, the graph will begin from the Y-axis. If this is set to false, the graph will begin in the plot area, half way between the Y-axis and the first X-axis point.

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

Syntax

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

See Also