Gets the logical axis position for a data object.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
double GetAxisPlotPosition(
	Object o
)
Visual Basic
Function GetAxisPlotPosition ( _
	o As Object _
) As Double
Visual C++
double GetAxisPlotPosition(
	Object^ o
)

Parameters

o
Type: System..::..Object
The data object whose plot position is required.

Return Value

The logical axis position of the given data object.

See Also