PivotGridDataSourceOptions Class
Provides options that determine the behavior of a Chart bound to a Pivot Grid.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(PivotGridDataSourceOptionsTypeConverter))]
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