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.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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 |
|
.NET Reporting Tools | XRPivotGrid |
|
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