Enum ChartSeriesCollectionChangeType
The type of change that had occurred to the Chart series collection.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartSeriesCollectionChangeType
Fields
| Name | Description |
|---|---|
| Added | Series has been added to the collection. |
| Changed | Series in the collection has been changed. |
| Inserted | Series has been inserted into the collection. |
| Removed | Series has been removed from the collection. |
| Reset | The collection has been reset. |