Skip to main content
A newer version of this page is available. .

PivotGridWebOptionsChartDataSource Class

Contains chart options.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public class PivotGridWebOptionsChartDataSource :
    PivotGridOptionsChartDataSourceBase

The following members return PivotGridWebOptionsChartDataSource objects:

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

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also