DataSeriesChanged Event (DataSeries3D)
Event raised whenever points are added to, removed or one or more DataSeries3D properties changes, requiring a redraw of the parent SciChartSurface.
Syntax
public event EventHandler<DataSeriesChangedEventArgs> DataSeriesChanged
Event Data

The event handler receives an argument of type DataSeriesChangedEventArgs containing data related to this event. The following DataSeriesChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets amount of changed items  
Gets the type of IDataSeries Action  
Gets the type of IDataSeries Update  
Gets the start index where changes were applied  
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