Calculates the logical data position of the given object against the ChartAxis.

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

Syntax

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

Parameters

o
Type: System..::..Object
The object to calculate the position of.

Return Value

The logical position of the given object against the ChartAxis.

See Also