Gets the logical axis position for a DateTime based on the year and month only.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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 DateTime whose plot position is required.

Return Value

The logical axis position of the given DateTime.

Implements

IAxisValueConverter..::..GetAxisPlotPosition(Object)

See Also