Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridChartConnection.OnGetSeriesDisplayText Event

In This Article

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