The index to the underlying data series
TransformIndexToData Method (ICategoryCoordinateCalculator)
Takes an integer index (or point number) to the underlying data and transforms to the data value on the axis. e.g. if the axis is a CategoryDateTimeAxis, accepts index, returns DateTime. If the index lies outside of the data-range, a projection is performed
Syntax
IComparable TransformIndexToData( 
   int index
)

Parameters

index
The index to the underlying data series

Return Value

The data value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also