The relative coordinate, in the range of 0.0 to 1.0 for extremes of the viewport.
The axis for which the data value is calculated
FromRelativeCoordinate Method
Converts a relative coordinate (e.g. 0.0 to 1.0) to data-value
Syntax
protected virtual IComparable FromRelativeCoordinate( 
   double coord,
   IAxis axis
)

Parameters

coord
The relative coordinate, in the range of 0.0 to 1.0 for extremes of the viewport.
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