DataSeriesChanged Event (IDataSeries)
Event raised whenever points are added to, removed or one or more DataSeries properties changes.
Syntax
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.
Property | Description |
---|---|
ChangedItemsCount | Gets amount of changed items |
DataSeriesAction | Gets the type of IDataSeries Action |
DataSeriesUpdate | Gets the type of IDataSeries Update |
StartIndex | 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