TdxChartCustomSeries.ToolTips Property
Provides access to series tooltip settings.
Declaration
property ToolTips: TdxChartSeriesToolTipOptions read; write;
Property Value
Type | Description |
---|---|
TdxChartSeriesToolTipOptions | Stores series tooltip settings. |
Remarks
You can use ToolTips
.PointToolTipFormat and ToolTips
.SeriesToolTipFormat properties to define custom formatting patterns for series and series point tooltips.
Refer to the TdxChartSeriesToolTipOptions class description for detailed information on all available options.
See Also