Nevron .NET Vision
Nevron.Chart Namespace / NVectorSeriesData Class / EnsureCapacity Method


In This Topic
    EnsureCapacity Method
    In This Topic
    Ensures that the storage has the specified capacity
    Syntax
    'Declaration
     
    
    Public Sub EnsureCapacity( _
       ByVal capacity As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NVectorSeriesData
    Dim capacity As System.Integer
     
    instance.EnsureCapacity(capacity)
    public void EnsureCapacity( 
       System.int capacity
    )

    Parameters

    capacity
    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