Returns coordinates of the point that corresponds to the series' zero value.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected Vector GetStartPoint( Vector valuePoint, LabelsPosition position, Vector itemSize, bool negativeValue, double distance )  | 
| Visual Basic (Declaration) | 
|---|
Protected Function GetStartPoint ( _ valuePoint As Vector, _ position As LabelsPosition, _ itemSize As Vector, _ negativeValue As Boolean, _ distance As Double _ ) As Vector  | 
| Visual C++ | 
|---|
protected: Vector GetStartPoint( Vector valuePoint, LabelsPosition position, Vector itemSize, bool negativeValue, double distance )  | 
Parameters
- valuePoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- position
 - Type: PerpetuumSoft.Charts..::.LabelsPosition
 
- itemSize
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- negativeValue
 - Type: System..::.Boolean
 
- distance
 - Type: System..::.Double