Interface IUpdateModel
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IUpdateModel
Methods
UpdateDataSource(Object)
Method to update the data source of ChartSeries. Trigger OnSeriesModelChanged event after updating the data source
Declaration
void UpdateDataSource(object dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataSource |