PivotGridSettings.OptionsChartDataSource Property
In This Article
Provides access to the chart options.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotGridWebOptionsChartDataSource OptionsChartDataSource { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The PivotGrid allows the data it displays to be visualized using the Charts extension. The PivotGrid 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.
See Also