Gets the start point of the axis.
Namespace:
PerpetuumSoft.Charts
Assembly:
PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Vector StartPoint { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property StartPoint As Vector |
Visual C++ |
---|
public:
property Vector StartPoint {
Vector get ();
} |
See Also