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

PivotGridDataSourceOptions Class

Provides options that determine the behavior of a Chart bound to a Pivot Grid.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(PivotGridDataSourceOptionsTypeConverter))]
public class PivotGridDataSourceOptions :
    ChartElement

The following members return PivotGridDataSourceOptions objects:

Library Related API Members
WinForms Controls ChartControl.PivotGridDataSourceOptions
ASP.NET Controls and MVC Extensions ChartControlSettings.PivotGridDataSourceOptions
WebChartControl.PivotGridDataSourceOptions
Reporting XRChart.PivotGridDataSourceOptions

Remarks

When a PivotGridControl (ASPxPivotGrid) instance is assigned to the ChartControl.DataSource (ASPxDataWebControl.DataSourceID) property, use the ChartControl.PivotGridDataSourceOptions (WebChartControl.PivotGridDataSourceOptions) property, to adjust the options of this bridge.

For more information, see Pivot Charting (WinForms) and Pivot Charting (ASP.NET).

Inheritance

Object
ChartElement
PivotGridDataSourceOptions
See Also