The pixel coordinate.
The axis for which the data value is calculated
FromCoordinate Method
Converts a pixel coordinate to data-value
Syntax
protected virtual IComparable FromCoordinate( 
   double coord,
   IAxis axis
)

Parameters

coord
The pixel coordinate.
axis
The axis for which the data value is calculated

Return Value

The datavalue
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