Back to Devexpress

TdxChartDiagramToolTipOptions Class

vcl-dxchartcore-dd8420f3.md

latest1.9 KB
Original Source

TdxChartDiagramToolTipOptions Class

The base class for diagram tooltip setting classes.

Declaration

delphi
TdxChartDiagramToolTipOptions = class(
    TcxOwnedPersistent
)

Remarks

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

Main API Members

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.

Terminal TdxChartDiagramToolTipOptions Class Descendants

Do not use the TdxChartDiagramToolTipOptions class directly. Use the following descendants instead:

TdxChartSimpleDiagramToolTipOptionsStores simple diagram tooltip settings.TdxChartXYDiagramToolTipOptionsStores XY diagram tooltip settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxChartDiagramToolTipOptions

See Also

TdxChartSeriesToolTipOptions Class

TdxChartDiagramToolTipOptions Members

dxChartCore Unit