Back to Devexpress

ASPxPivotGrid.OptionsChartDataSource Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-084f547a.md

latest1.9 KB
Original Source

ASPxPivotGrid.OptionsChartDataSource Property

Provides access to the chart options.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public PivotGridWebOptionsChartDataSource OptionsChartDataSource { get; }
vb
Public ReadOnly Property OptionsChartDataSource As PivotGridWebOptionsChartDataSource

Property Value

TypeDescription
PivotGridWebOptionsChartDataSource

A PivotGridWebOptionsChartDataSource object that contains chart options.

|

Remarks

The ASPxPivotGrid allows the data it displays to be visualized using the XtraCharts Suite. The ASPxPivotGrid provides data from the current selection and act as a data source for other controls. Since IBindingList is supported, bound controls are automatically updated when cell selection changes.

The OptionsChartDataSource property provides settings that enable you to specify how the pivot grid’s data is interpreted, whether totals and grand totals are displayed, etc.

To learn more, see Integration with the Chart Control.

See Also

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace