vcl-dxchartcore-dd8420f3.md
The base class for diagram tooltip setting classes.
TdxChartDiagramToolTipOptions = class(
TcxOwnedPersistent
)
You can define series tooltip settings at the diagram level. Corresponding tooltip settings at the level of individual series have higher priority.
The list below outlines key members of the TdxChartDiagramToolTipOptions class that allow you to customize tooltip-related settings at the diagram level.
PointToolTipFormat | SeriesToolTipFormatDefine custom formatting patterns for all series in a diagram.AssignCopies tooltip settings between diagrams.
Do not use the TdxChartDiagramToolTipOptions class directly. Use the following descendants instead:
TdxChartSimpleDiagramToolTipOptionsStores simple diagram tooltip settings.TdxChartXYDiagramToolTipOptionsStores XY diagram tooltip settings.
TObject TPersistent TcxOwnedPersistent TdxChartDiagramToolTipOptions
See Also
TdxChartSeriesToolTipOptions Class