Skip to main content

TcxPivotGridChartConnection.OnGetSeriesDisplayText Event

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

Declaration

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