corelibraries-devexpress-dot-xtracharts-c3fe6ed9.md
Provides options that determine the behavior of a Chart bound to a Pivot Grid.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class PivotGridDataSourceOptions :
ChartElement
Public Class PivotGridDataSourceOptions
Inherits ChartElement
The following members return PivotGridDataSourceOptions objects:
| Library | Related API Members |
|---|---|
| WinForms Controls | ChartControl.PivotGridDataSourceOptions |
| ASP.NET MVC Extensions | ChartControlSettings.PivotGridDataSourceOptions |
| ASP.NET Web Forms Controls | WebChartControl.PivotGridDataSourceOptions |
| .NET Reporting Tools | XRChart.PivotGridDataSourceOptions |
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).
Object ChartElement PivotGridDataSourceOptions
See Also