Back to Devexpress

PivotGridDataSourceOptions.UpdateDelay Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgriddatasourceoptions-008278c1.md

latest3.6 KB
Original Source

PivotGridDataSourceOptions.UpdateDelay Property

Specifies the delay (in milliseconds) that occurs before passing the changes made in a Pivot Grid to its associated Chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int UpdateDelay { get; set; }
vb
Public Property UpdateDelay As Integer

Property Value

TypeDescription
Int32

An integer value, specifying the update delay, in milliseconds.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UpdateDelay
WinForms ControlsChartControl

.PivotGridDataSourceOptions .UpdateDelay

| | ASP.NET MVC Extensions | ChartControlSettings |

.PivotGridDataSourceOptions .UpdateDelay

| | .NET Reporting Tools | XRChart |

.PivotGridDataSourceOptions .UpdateDelay

| | ASP.NET Web Forms Controls | WebChartControl |

.PivotGridDataSourceOptions .UpdateDelay

|

Remarks

The UpdateDelay property is linked with the PivotGridOptionsChartDataSource.UpdateDelay property of the associated Pivot Grid.

You can use the UpdateDelay property, to adjust the performance of your Pivot Chart, e.g. when using the PivotGridDataSourceOptions.SelectionOnly property.

This property is not available among WebChartControl.PivotGridDataSourceOptions.

Note

If the Chart’s data source is not a Pivot Grid, trying to set this property causes a NotSupportedException, and the UpdateDelay property returns false , when trying to get its value.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

Integrate the WinForms Chart with the Pivot Grid Control

PivotGridDataSourceOptions Class

PivotGridDataSourceOptions Members

DevExpress.XtraCharts Namespace