PivotGridDataSourceOptions Class
In This Article
Provides options that determine the behavior of a Chart bound to a Pivot Grid.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class PivotGridDataSourceOptions :
ChartElement
#Related API Members
The following members return PivotGridDataSourceOptions objects:
Library | Related API Members |
---|---|
Win |
Chart |
ASP. |
Chart |
ASP. |
Web |
.NET Reporting Tools | XRChart. |
#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