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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
Library | Object Type | Path to CurrentPageOnly |
---|---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|
ASP.NET MVC Extensions | PivotGridSettings |
|
Remarks
If the CurrentPageOnly property is set to false, the bound chart control displays data from all pivot grid pages.
See Also