PPCC Namespace

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

Syntax

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

See Also