in case you have more then one graph with vertical lines enabled, you might want to place your columns next to each other, set true for that.

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

Syntax

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

See Also