Returns coordinates of the point that corresponds to the series' zero value.

Namespace:  PerpetuumSoft.Charts
Assembly:  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
)

See Also