Determines the palette shape.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also