width of vertical line in percents. 0 for hairline. Set higher than 0 if you want to have column

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

Syntax

C#
public byte VerticalLinesWidth { get; set; }
Visual Basic (Declaration)
Public Property VerticalLinesWidth As Byte
Visual C++
public:
property unsigned char VerticalLinesWidth {
	unsigned char get ();
	void set (unsigned char value);
}

See Also