TdxGridReportLinkInitializeChartCellEvent Type
Declaration
TdxGridReportLinkInitializeChartCellEvent = procedure(Sender: TdxGridReportLink; AView: TcxGridChartView; AnItem: TdxReportCellGraphic) of object;
Parameters
Name | Type |
---|---|
Sender | TdxGridReportLink |
AView | TcxGridChartView |
AnItem | TdxReportCellGraphic |
See Also