Back to Devexpress

TdxChartCustomSeries.ToolTips Property

vcl-dxchartcore-dot-tdxchartcustomseries-2f01dd31.md

latest1.1 KB
Original Source

TdxChartCustomSeries.ToolTips Property

Provides access to series tooltip settings.

Declaration

delphi
property ToolTips: TdxChartSeriesToolTipOptions read; write;

Property Value

TypeDescription
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

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit