Nevron.Chart Namespace / NSeriesBase Class / GetInflate Method


GetInflate Method (NSeriesBase)
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)

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