Gets the date corresponding to a logical axis position.

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

Syntax

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

Parameters

axisPosition
Type: System..::..Double
The logical axis position.

Return Value

A DateTime representing the month on the axis at that position.

Implements

IAxisValueConverter..::..GetDataObjectAt(Double)

See Also