Xceed Chart for WinForms v4.4 Documentation
UpdateSeries Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeriesGrid Class : UpdateSeries Method
series to save to
Saves the information contained in the grid from the DataGrid DataView.
Syntax
'Declaration
 
Public Function UpdateSeries( _
   ByVal series As SeriesBase _
) As Boolean
'Usage
 
Dim instance As DataSeriesGrid
Dim series As SeriesBase
Dim value As Boolean
 
value = instance.UpdateSeries(series)
public bool UpdateSeries( 
   SeriesBase 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

Reference

DataSeriesGrid Class
DataSeriesGrid Members