PPCC Namespace
Gets or sets whether the series will be solid filled

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

Syntax

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

See Also