Converts the given data object to a logical axis plot position.

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

Syntax

C#
public double GetAxisPlotPosition(
	Object o
)
Visual Basic
Public Function GetAxisPlotPosition ( _
	o As Object _
) As Double
Visual C++
public:
virtual double GetAxisPlotPosition(
	Object^ o
) sealed

Parameters

o
Type: System..::..Object
The data object to convert.

Return Value

The logical axis position of the given data object.

Implements

IAxisLabelConverter..::..GetAxisPlotPosition(Object)

See Also