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

TdxChartSeriesPoints.ArgumentDisplayTexts Property

Provides indexed access to custom display text strings for stored series point arguments.

#Declaration

Delphi
property ArgumentDisplayTexts[Index: Integer]: string read; write;

#Property Value

Type Description
string

A series argument custom display text string. You can use the Count property to identify the number of items accessible through the ArgumentDisplayTexts property.

If a custom display text string is unspecified (empty), the Chart control generates display text for series value labels and tooltips from the corresponding series argument.

#Remarks

A simple series displays arguments or custom argument display text strings in a chart or diagram legend pane.

Use ArgumentDisplayTexts and ValueDisplayTexts properties to access and modify individual custom argument and value display strings.

Tip

The following procedure allows you to define custom argument and value display strings for a newly created series point: Add(Variant,Variant,string,string).

See Also