PPCC Namespace
Gets or sets the line width for plotted/scatter lines

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

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

See Also