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

    TdxChartSeriesToolTipOptions Class

    Stores series tooltip settings.

    #Declaration

    Delphi
    TdxChartSeriesToolTipOptions = class(
        TcxOwnedPersistent
    )

    #Remarks

    You can disable or enable tooltip functionality and define custom tooltip formatting patterns for individual series.

    #Main API Members

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

    Enabled
    Enables or disables tooltip functionality for a series.
    PointToolTipFormat | SeriesToolTipFormat
    Define custom formatting patterns for series and series point tooltips.
    Assign
    Copies tooltip settings between series.

    #Direct TdxChartSeriesToolTipOptions Class Reference

    The TdxChartCustomSeries.ToolTips property references a TdxChartSeriesToolTipOptions object.

    #Inheritance

    TObject
    TPersistent
    TcxOwnedPersistent
    TdxChartSeriesToolTipOptions
    See Also