alexa

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX