Gets or sets shift by two coordinates.

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

Syntax

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

See Also