Back to Devexpress

PivotGridDataSourceOptions.AutoBindingSettingsEnabled Property

corelibraries-devexpress-dot-xtracharts-dot-pivotgriddatasourceoptions.md

latest4.3 KB
Original Source

PivotGridDataSourceOptions.AutoBindingSettingsEnabled Property

Specifies whether or not the chart’s data binding is automatically adjusted during the creation of a Pivot Chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool AutoBindingSettingsEnabled { get; set; }
vb
Public Property AutoBindingSettingsEnabled As Boolean

Property Value

TypeDescription
Boolean

true , to automatically adjust the chart’s binding settings; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to AutoBindingSettingsEnabled
WinForms ControlsChartControl

.PivotGridDataSourceOptions .AutoBindingSettingsEnabled

| | ASP.NET MVC Extensions | ChartControlSettings |

.PivotGridDataSourceOptions .AutoBindingSettingsEnabled

| | .NET Reporting Tools | XRChart |

.PivotGridDataSourceOptions .AutoBindingSettingsEnabled

| | ASP.NET Web Forms Controls | WebChartControl |

.PivotGridDataSourceOptions .AutoBindingSettingsEnabled

|

Remarks

Use the AutoBindingSettingsEnabled and PivotGridDataSourceOptions.AutoLayoutSettingsEnabled properties to adjust your chart to the associated PivotGridControl automatically.

To access the PivotGridDataSourceOptions object, use the ChartControl.PivotGridDataSourceOptions (ChartControlSettings.PivotGridDataSourceOptions) property.

When the AutoBindingSettingsEnabled property is turned on, the following properties are set automatically:

To manually adjust these settings, handle the ChartControl.CustomizeAutoBindingSettings event.

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

See Also

PivotGridDataSourceOptions Class

PivotGridDataSourceOptions Members

DevExpress.XtraCharts Namespace