Skip to main content
All docs
V25.1
  • TdxChartSeriesToolTipOptions Class

    Stores series tooltip settings.

    Declaration

    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