Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleDiagramToolTipOptions Class

Stores simple diagram tooltip settings.

#Declaration

Delphi
TdxChartSimpleDiagramToolTipOptions = class(
    TdxChartDiagramToolTipOptions
)

#Remarks

Tooltips allow users to interact with simple diagrams and display additional information on individual series points.

You can define series tooltip settings at the diagram level. Corresponding tooltip settings at the level of individual settings have higher priority.

#Main API Members

The list below outlines key members of the TdxChartSimpleDiagramToolTipOptions class that allow you to customize tooltip-related settings at the diagram level.

PointToolTipFormat | SeriesToolTipFormat
Define custom formatting patterns for all series in a simple diagram.
Mode
Explicitly enables or disables simple tooltips for all series in a simple diagram.
Assign
Copies tooltip settings between diagrams.

#Direct TdxChartSimpleDiagramToolTipOptions Class Reference

The TdxChartSimpleDiagram.ToolTips property references a TdxChartSimpleDiagramToolTipOptions object.

#Inheritance

See Also