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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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