SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace > DataSeriesChangedEventArgs Class > DataSeriesChangedEventArgs Constructor : DataSeriesChangedEventArgs Constructor(DataSeriesUpdate,DataSeriesAction,Int32,Int32)
The data series update type.
The data series action type.
The start index where changes were applied
The amount of chanegd items
DataSeriesChangedEventArgs Constructor(DataSeriesUpdate,DataSeriesAction,Int32,Int32)
Initializes a new instance of the DataSeriesChangedEventArgs class.
Syntax

Parameters

dataSeriesUpdate
The data series update type.
dataSeriesAction
The data series action type.
startIndex
The start index where changes were applied
changedItemsCount
The amount of chanegd items
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