Skip to main content
All docs
V25.1
  • Create(TdxChart) Constructor

    Initializes a new instance of the TdxChartToolTips class with specified settings.

    Declaration

    constructor Create(AOwner: TdxChart); reintroduce;

    Parameters

    Name Type Description
    AOwner TdxChart

    The internal Chart model to which the created tooltip settings belong.

    Remarks

    Warning

    Call this constructor only if you use the TdxChartToolTips class in a custom component. The Chart control creates all required settings automatically.

    See Also