Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

[DefaultValue(300)]
[XtraSerializableProperty]
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
Reporting 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