Nevron .NET Vision
Nevron.Chart Namespace / NSeriesBase Class / GetInflate Method


In This Topic
    GetInflate Method (NSeriesBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetInflate( _
       ByVal axisGroup As NAxisGroup, _
       ByVal axisOrientation As AxisOrientation, _
       ByRef info As NInflateInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSeriesBase
    Dim axisGroup As NAxisGroup
    Dim axisOrientation As AxisOrientation
    Dim info As NInflateInfo
    Dim value As System.Boolean
     
    value = instance.GetInflate(axisGroup, axisOrientation, info)
    public virtual System.bool GetInflate( 
       NAxisGroup axisGroup,
       AxisOrientation axisOrientation,
       ref NInflateInfo info
    )

    Parameters

    axisGroup
    axisOrientation
    info
    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