Skip to main content

PivotGridControl.ChartDataSource Property

Gets a data source for a chart control.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public IBindingList ChartDataSource { get; }

#Property Value

Type Description
IBindingList

An object that implements the DevExpress.Data.Browsing.IBindingList interface. Defines a data source for a chart control.

#Remarks

To set the PivotGridControl as the data source for a chart control, assign the ChartDataSource property's value to the ChartControl.DataSource property.

To learn more, see Integration with the DXCharts Suite.

See Also