aspnet-devexpress-dot-web-dot-aspxpivotgrid-f3e9e7ed.md
Contains chart options.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridWebOptionsChartDataSource :
PivotGridOptionsChartDataSourceBase
Public Class PivotGridWebOptionsChartDataSource
Inherits PivotGridOptionsChartDataSourceBase
The following members return PivotGridWebOptionsChartDataSource objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPivotGrid.OptionsChartDataSource |
| ASP.NET MVC Extensions | PivotGridSettings.OptionsChartDataSource |
Data displayed by the ASPxPivotGrid control can be visualized using the XtraCharts Suite. In this instance, the ASPxPivotGrid acts as a data source. The ASPxPivotGrid provides multiple options that enable you to specify how its data is interpreted by a chart control. These options can be accessed using the ASPxPivotGrid.OptionsChartDataSource property.
To learn more, see Integration with the Chart Control.
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsChartDataSourceBase PivotGridWebOptionsChartDataSource
See Also