If this is set to true, there will be a vertical line connecting each graph point to the Y-axis. You can have a graph represented by only these lines by setting the graph’s line_alpha=0.

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

Syntax

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

See Also