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

PivotGridWebOptionsChartDataSource.CurrentPageOnly Property

Gets or sets whether data from the current page only is passed to the chart control.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

[DefaultValue(true)]
public bool CurrentPageOnly { get; set; }

Property Value

Type Default Description
Boolean **true**

true if data from the current page only is passed to the chart control; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to CurrentPageOnly
ASPxPivotGrid
.OptionsChartDataSource.CurrentPageOnly
MVCxPivotGrid
.OptionsChartDataSource.CurrentPageOnly
PivotGridSettings
.OptionsChartDataSource.CurrentPageOnly

Remarks

If the CurrentPageOnly property is set to false, the bound chart control displays data from all pivot grid pages.

See Also