Skip to main content
All docs
V25.1
  • ChartDataUpdateEventArgs(ChartDataUpdateType, Int32, Int32) Constructor

    Initializes a new instance of the ChartDataUpdateEventArgs class with specified settings.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public ChartDataUpdateEventArgs(
        ChartDataUpdateType updateType,
        int rowIndex,
        int count
    )

    Parameters

    Name Type
    updateType ChartDataUpdateType
    rowIndex Int32
    count Int32
    See Also