Back to Devexpress

PivotGridOptionsChartDataSource.UpdateDelay Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionschartdatasource-3568fba1.md

latest2.4 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(300)]
public virtual int UpdateDelay { get; set; }
vb
<DefaultValue(300)>
Public Overridable Property UpdateDelay As Integer

Property Value

TypeDefaultDescription
Int32300

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

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UpdateDelay
WinForms ControlsPivotGridControl

.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

SelectionOnly

PivotGridOptionsChartDataSource Class

PivotGridOptionsChartDataSource Members

DevExpress.XtraPivotGrid Namespace