TdxChartLegendItem.Caption Property
In This Article
Returns the legend item caption.
#Declaration
Delphi
property Caption: string read;
#Property Value
Type | Description |
---|---|
string | The legend item caption. |
#Remarks
You can use the ShowCaptions property of a legend pane to hide or display legend item captions.
See Also