Back to Devexpress

TcxPivotGridChartConnection.OnGetSeriesDisplayText Event

vcl-cxpivotgridchartconnection-dot-tcxpivotgridchartconnection-544e02db.md

latest1.2 KB
Original Source

TcxPivotGridChartConnection.OnGetSeriesDisplayText Event

Enables you to customize labels displayed for series in a linked unbound Chart View.

Declaration

delphi
property OnGetSeriesDisplayText: TcxPivotGridChartGetSeriesDisplayTextEvent read; write;

Remarks

By default, series labels are created automatically, based on column or row headers that correspond to series, as specified by the SourceForCategories option. Handle the OnGetSeriesDisplayText event to provide custom labels.

The Sender and ASeries parameters provide access to the current connection object and series, respectively.

Pass your series label via the ADisplayText parameter.

See Also

TcxPivotGridChartConnection Class

TcxPivotGridChartConnection Members

cxPivotGridChartConnection Unit