Version

calculateMinMax() Method

Calculates the minimum and maximum values present in the data source.
Syntax
'Declaration
 
Protected Overloads Sub calculateMinMax() 
protected void calculateMinMax()
Remarks

The calculateMinMax method is called by subclasses when staleMinMax is suspected. It calculates minimums and maximums of numeric data only, tabulated by row and column.

It additionally adjusts dataMin and dataMax to handle zero-alignment transparently. If the state of zero-alignment changes, then the min/max state should be assumed to be stale.

Following a call to calculateMinMax, staleMinMax will be false.

Requirements

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