Nevron .NET Vision
Nevron.Chart Namespace / NAreaSeriesBase Class / StoreAreaMinMaxY Method


In This Topic
    StoreAreaMinMaxY Method
    In This Topic
    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)
    protected void StoreAreaMinMaxY( 
       System.double dMinY,
       System.double dMaxY,
       System.bool 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