Enum ChartSeriesChangedEventArgs.Type
Specifies the type of event that occurred.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum Type
Fields
| Name | Description |
|---|---|
| Changed | Specifies that data has been changed. |
| Inserted | Specifies that data has been inserted. |
| Removed | Specifies that data has been removed. |
| Reset | Specifies that the datasource was reset. All data is expected to have changed. |