Version

MapInverse Method (Axis)

Returns the value found at a given location on the axis.
Syntax
'Declaration
 
Public Overridable Function MapInverse( _
   ByVal loc As Double, _
   ByVal mapMinimum As Double, _
   ByVal mapMaximum As Double _
) As Object
public virtual object MapInverse( 
   double loc,
   double mapMinimum,
   double mapMaximum
)

Parameters

loc
The location which would be the result of mapping a value on this axis.
mapMinimum
The numeric minimum relative to which the value will be mapped.
mapMaximum
The numeric maximum relative to which the value will be mapped.

Return Value

The value which would be mapped at the given location.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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