Back to Devexpress

TdxChartSeriesPoints.ValueDisplayTexts Property

vcl-dxchartcore-dot-tdxchartseriespoints-bb0a01b3.md

latest2.0 KB
Original Source

TdxChartSeriesPoints.ValueDisplayTexts Property

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

Declaration

delphi
property ValueDisplayTexts[Index: Integer]: string read; write;

Property Value

TypeDescription
string

A series value custom display text string. You can use the Count property to identify the number of items accessible through the ValueDisplayTexts 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 point value.

|

Remarks

Use ArgumentDisplayTexts and ValueDisplayTexts properties to access and modify individual argument and value custom display text 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

TdxChartCustomLabels.TextFormat Property

TdxChartSeriesToolTipOptions.PointToolTipFormat Property

TdxChartCustomDiagram.OnGetValueLabelDrawParameters Event

TdxChartSeriesPoints Class

TdxChartSeriesPoints Members

dxChartCore Unit