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

PivotGridOptionsChartDataSourceBase.ProvideDataFieldsOnSeries Property

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ProvideDataFieldsOnSeries { get; set; }

Property Value

Type Default
Boolean **false**

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ProvideDataFieldsOnSeries
WinForms Controls PivotGridControl
.OptionsChartDataSource.ProvideDataFieldsOnSeries
Reporting XRPivotGrid
.OptionsChartDataSource.ProvideDataFieldsOnSeries
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsChartDataSource.ProvideDataFieldsOnSeries
MVCxPivotGrid
.OptionsChartDataSource.ProvideDataFieldsOnSeries
PivotGridSettings
.OptionsChartDataSource.ProvideDataFieldsOnSeries
See Also