vcl-dxchartcore-dot-tdxchartcustomseries-1d2ea074.md
Specifies the series caption.
property Caption: string read; write;
| Type | Description |
|---|---|
| string |
The series caption.
|
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.
A series tooltip displays a series caption.
The series can display the Caption property value as a tooltip when the following conditions are met:
True.The Caption property’s default value is an empty string.
See Also