vcl-dxchartxydiagram-48dfe49a.md
Stores XY diagram tooltip settings.
TdxChartXYDiagramToolTipOptions = class(
TdxChartDiagramToolTipOptions
)
Tooltip functionality allows users to interact with diagrams and display additional information on individual data points. XY diagrams support two tooltip display modes:
Crosshair Cursor consists of a crosshair label that displays additional information on target series points, crosshair lines that mark positions of target series points within an XY diagram area, and axis labels that help users track coordinates of the target points. You can independently hide or display any Crosshair Cursor elements.
This mode displays a simple tooltip for a series and/or its points depending on the Chart control’s ToolTips.SimpleToolTipOptions.ShowForPoints and ToolTips.SimpleToolTipOptions.ShowForSeries property values.
You can define series and series point tooltip settings at the diagram level. Corresponding tooltip settings at the level of individual settings have higher priority.
The list below outlines key members of the TdxChartXYDiagramToolTipOptions class that allow you to customize tooltip-related settings at the diagram level.
PointToolTipFormat | SeriesToolTipFormatDefine custom formatting patterns for all series in an XY diagram.ModeAllows you to switch between available tooltip display modes in an XY diagram.AssignCopies tooltip settings between diagrams.
The TdxChartXYDiagram.ToolTips property references a TdxChartSimpleDiagramToolTipOptions object.
TObject TPersistent TcxOwnedPersistent TdxChartDiagramToolTipOptions TdxChartXYDiagramToolTipOptions
See Also
TdxChartSimpleDiagramToolTipOptions Class
TdxChartSimpleToolTipOptions Class
TdxChartCrosshairOptions Class