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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class PivotGridDataSourceOptions :
    ChartElement

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