Class ChartSeriesCollectionChangeType
The type of change that had occurred to the Chart series collection.
Inheritance
System.Object
ChartSeriesCollectionChangeType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSeriesCollectionChangeType : Enum
Fields
Added
Series has been added to the collection.
Declaration
public const ChartSeriesCollectionChangeType Added
Field Value
| Type |
|---|
| ChartSeriesCollectionChangeType |
Changed
Series in the collection has been changed.
Declaration
public const ChartSeriesCollectionChangeType Changed
Field Value
| Type |
|---|
| ChartSeriesCollectionChangeType |
Inserted
Series has been inserted into the collection.
Declaration
public const ChartSeriesCollectionChangeType Inserted
Field Value
| Type |
|---|
| ChartSeriesCollectionChangeType |
Removed
Series has been removed from the collection.
Declaration
public const ChartSeriesCollectionChangeType Removed
Field Value
| Type |
|---|
| ChartSeriesCollectionChangeType |
Reset
The collection has been reset.
Declaration
public const ChartSeriesCollectionChangeType Reset
Field Value
| Type |
|---|
| ChartSeriesCollectionChangeType |