The width of the line connecting the data point to the horizontal axis. 0 means hairline. Set alpha=0 for invisible lines.

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

Syntax

C#
public int LineWidth { get; set; }
Visual Basic (Declaration)
Public Property LineWidth As Integer
Visual C++
public:
property int LineWidth {
	int get ();
	void set (int value);
}

See Also