Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / UpdateSeries Method
series to save to


In This Topic
    UpdateSeries Method
    In This Topic
    Saves the information contained in the grid from the DataGrid DataView.
    Syntax
    'Declaration
     
    
    Public Function UpdateSeries( _
       ByVal series As NSeriesBase _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim series As NSeriesBase
    Dim value As System.Boolean
     
    value = instance.UpdateSeries(series)
    public System.bool UpdateSeries( 
       NSeriesBase series
    )

    Parameters

    series
    series to save to

    Return Value

    true if the update was successful, otherwise false
    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