Gets or sets the size of the line plotted on the chart. Only valid if the chart type is LineChart.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also