Back to Devexpress

TdxChartCustomSeries.Caption Property

vcl-dxchartcore-dot-tdxchartcustomseries-1d2ea074.md

latest2.1 KB
Original Source

TdxChartCustomSeries.Caption Property

Specifies the series caption.

Declaration

delphi
property Caption: string read; write;

Property Value

TypeDescription
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.

Note

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

Series Tooltips

A series tooltip displays a series caption.

The series can display the Caption property value as a tooltip when the following conditions are met:

Default Value

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

See Also

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit