Gets or sets the coordinates of the left-up corner of the LegendItem.

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

Syntax

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

See Also