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