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

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

    Declaration

    constructor Create(AOwner: TPersistent; AChart: TdxChart); reintroduce;

    Parameters

    Name Type Description
    AOwner TPersistent

    The parent tooltip settings container to which the created Crosshair Cursor settings belong.

    AChart TdxChart

    The internal Chart model to which the created Crosshair Cursor settings belong.

    Remarks

    Warning

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

    See Also