Skip to main content

PivotGridOptionsChartDataSource.UpdateDelay Property

Gets or sets the delay between changing the cell focus or selection, and updating the bound Chart control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

[DefaultValue(300)]
public virtual int UpdateDelay { get; set; }

#Property Value

Type Default Description
Int32 300

An integer value that specifies the Chart control update delay, in milliseconds.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to UpdateDelay
WinForms Controls PivotGridControl
.OptionsChartDataSource .UpdateDelay
.NET Reporting Tools XRPivotGrid
.OptionsChartDataSource .UpdateDelay

#Remarks

The UpdateDelay property is in effect only when the Chart control visualizes data from the selected PivotGrid cells (the PivotGridOptionsChartDataSource.SelectionOnly property is set to true).

See Also