TdxChart.ToolTips Property
In This Article
Provides access to Chart tooltip settings.
#Declaration
Delphi
property ToolTips: TdxChartToolTips read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores chart tooltip settings. |
#Remarks
Important
Do not use the Tool
property in your code. To customize tooltip settings in the Chart control, use its Tool
See Also