PivotGridControl.ChartSelectionOnly Property
Gets or sets whether a chart control should visualize data from the selected cells only.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to visualize only the selected cells’ data in a chart control; otherwise, false. |
Remarks
If the ChartSelectionOnly property is set to false, the chart control visualizes all data in the PivotGridControl. If the PivotGrid’s display information is updated, the chart control is updated as well.
To learn more, see Integration with the Chart Control.
See Also