PivotGridOptionsChartDataSource.UpdateDelay Property
In This Article
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
#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 Update |
---|---|---|
Win |
Pivot |
|
.NET Reporting Tools | XRPivot |
|
#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