Nevron.Chart Namespace / NAreaSeriesBase Class / StoreAreaMinMaxY Method


StoreAreaMinMaxY Method
Syntax
'Declaration
 
Protected Sub StoreAreaMinMaxY( _
   ByVal dMinY As System.Double, _
   ByVal dMaxY As System.Double, _
   ByVal hasDataPointsInXRange As System.Boolean _
) 
 
'Usage
 
Dim instance As NAreaSeriesBase
Dim dMinY As System.Double
Dim dMaxY As System.Double
Dim hasDataPointsInXRange As System.Boolean
 
instance.StoreAreaMinMaxY(dMinY, dMaxY, hasDataPointsInXRange)

Parameters

dMinY
dMaxY
hasDataPointsInXRange
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