vcl-cxpivotgridchartconnection.md
Represents an object that visualizes the data displayed in ExpressPivotGrid controls using unbound ExpressQuantumGrid Chart Views.
TcxPivotGridChartConnection = class(
TcxCustomComponent,
IcxPivotGridListener
)
This component allows you to create charts on summary data displayed in pivot grid data cells. These charts include:
Drop a TcxPivotGridChartConnection component on a form and link it to the pivot grid and unbound Chart View via the PivotGrid and GridChartView properties, respectively. After this, choose source data for default categories, and their scope using the SourceForCategories and SourceData properties. At runtime, chart categories and series will be created automatically, based on specified data cells and corresponding column/row values.
You can customize the specified scope of source data cells on the fly and provide custom labels for series by handling the OnGetDataCells and OnGetSeriesDisplayText events.
Important
The ExpressQuantumGrid is not a part of the ExpressPivotGrid Suite , and must be installed separately. Please review the ExpressQuantumGrid’s Chart View documentation for more information.
TObject TPersistent TComponent TcxCustomComponent TcxPivotGridChartConnection
See Also