Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    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 | SeriesToolTipFormat
    Define custom formatting patterns for all series in a diagram.
    Assign
    Copies tooltip settings between diagrams.

    #Terminal TdxChartDiagramToolTipOptions Class Descendants

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

    TdxChartSimpleDiagramToolTipOptions
    Stores simple diagram tooltip settings.
    TdxChartXYDiagramToolTipOptions
    Stores XY diagram tooltip settings.

    #Inheritance

    TObject
    TPersistent
    TcxOwnedPersistent
    TdxChartDiagramToolTipOptions
    See Also