Back to Devexpress

WebChartControl.PivotGridDataSourceOptions Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-ca12a6ed.md

latest2.4 KB
Original Source

WebChartControl.PivotGridDataSourceOptions Property

Provides access to the settings that determine the Chart’s behavior after it has bridged with a Pivot Grid.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public PivotGridDataSourceOptions PivotGridDataSourceOptions { get; }
vb
Public ReadOnly Property PivotGridDataSourceOptions As PivotGridDataSourceOptions

Property Value

TypeDescription
PivotGridDataSourceOptions

A PivotGridDataSourceOptions object, storing the Pivot Chart settings.

|

Remarks

After assigning an ASPxPivotGrid instance to a chart’s ASPxDataWebControl.DataSourceID property, the PivotGridDataSourceOptions property is available.

This member provides access to the PivotGridDataSourceOptions.AutoBindingSettingsEnabled and PivotGridDataSourceOptions.AutoLayoutSettingsEnabled properties that control the Pivot Chart’s automatic settings, and other options that define various aspects of the Pivot Chart bridged pair.

For more information, see Pivot Charting (Integration with a Pivot Grid Control).

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace