PivotGridControl.ChartDataSource Property
In This Article
Gets a data source for a chart control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IBinding |
An object that implements the DevExpress. |
#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