Version

CalculateRange Method (SphericalMercatorVerticalScaler)

Calculates the range of this axis scaler based on the given parameters.
Syntax
'Declaration
 
Public Overrides Sub CalculateRange( _
   ByVal target As Infragistics.Controls.Charts.NumericAxisBase, _
   ByVal minimumValue As Double, _
   ByVal maximumValue As Double, _
   ByRef actualMinimumValue As Double, _
   ByRef actualMaximumValue As Double _
) 
public override void CalculateRange( 
   Infragistics.Controls.Charts.NumericAxisBase target,
   double minimumValue,
   double maximumValue,
   out double actualMinimumValue,
   out double actualMaximumValue
)

Parameters

target
The axis in context.
minimumValue
The application-defined axis minimum value, or NaN if the application has not specified an axis minimum.
maximumValue
The application-defined axis maximum value, or NaN if the application has not specified an axis maximum.
actualMinimumValue
The resulting axis scale minimum, determined by the CalculateRange function.
actualMaximumValue
The resulting axis scale maximum, determined by the CalculateRange function.
Requirements

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