menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IUpdateModel - WindowsForms API Reference | Syncfusion

    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
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved