Skip to main content
All docs
V23.2

ChartDataUpdateEventArgs(ChartDataUpdateType, Int32, Int32) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.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