PPCC Namespace
Gets or sets the scatterShape used for scatter symbols

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

Syntax

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

See Also