Returns coordinates of the point that corresponds to the specified value and label position.

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

Syntax

C#
protected Vector GetValuePoint(
	Segment segment,
	LabelsPosition position
)
Visual Basic (Declaration)
Protected Function GetValuePoint ( _
	segment As Segment, _
	position As LabelsPosition _
) As Vector
Visual C++
protected:
Vector GetValuePoint(
	Segment segment, 
	LabelsPosition position
)

See Also