Skip to main content
A newer version of this page is available. .

TdxChartSeriesPoints.ArgumentDisplayTexts Property

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

Declaration

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

Property Value

Type Description
string

A series argument custom display text string.

Remarks

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

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