Back to Devexpress

PivotGridWebOptionsChartDataSource Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-f3e9e7ed.md

latest2.7 KB
Original Source

PivotGridWebOptionsChartDataSource Class

Contains chart options.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsChartDataSource :
    PivotGridOptionsChartDataSourceBase
vb
Public Class PivotGridWebOptionsChartDataSource
    Inherits PivotGridOptionsChartDataSourceBase

The following members return PivotGridWebOptionsChartDataSource objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPivotGrid.OptionsChartDataSource
ASP.NET MVC ExtensionsPivotGridSettings.OptionsChartDataSource

Remarks

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.

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsChartDataSourceBase PivotGridWebOptionsChartDataSource

See Also

PivotGridWebOptionsChartDataSource Members

OptionsChartDataSource

DevExpress.Web.ASPxPivotGrid Namespace