Skip to main content
All docs
V25.2
  • Create(TdxChartCustomAxis,Double,string) Constructor

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

    Declaration

    constructor Create(const AAxis: TdxChartCustomAxis; AAxisValue: Double; const AValueLabelText: string);

    Parameters

    Name Type Description
    AAxis TdxChartCustomAxis

    The parent axis of the inspected value label. This parameter value initializes the Axis property.

    AAxisValue Double

    The axis value that corresponds to the inspected value label.

    AValueLabelText string

    The axis value display text string. This parameter value initializes the Text property.

    Remarks

    Warning

    Do not call this constructor in your code. The Chart control automatically creates a TdxChartAxisValueLabelInfo class instance to populate Chart HitTest information when the mouse pointer hovers over an axis value label.

    See Also