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

TdxChartCustomSeries.Caption Property

Specifies the series caption displayed in a chart or diagram legend.

Declaration

property Caption: string read; write;

Property Value

Type Description
string

The series caption.

Remarks

A Chart control or diagram can display the series caption in a legend if the ShowInLegend property is set to TdxChartSeriesShowInLegend.Chart (default) or TdxChartSeriesShowInLegend.Diagram, respectively.

VCL Chart Control: Series Captions in a Diagram Legend

Note

Simple diagram series display values instead of captions in a diagram or chart legend.

Default Value

The Caption property’s default value is an empty string.

See Also