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

    Stores axis value label display information.

    Declaration

    TdxChartAxisValueLabelInfo = class(
        TObject
    )

    Remarks

    The TdxChartAxisValueLabelInfo class has members that allow you to do the following:

    • Obtain value label display text (Text).
    • Access the value label’s parent axis (Axis).

    Direct TdxChartAxisValueLabelInfo Class References

    The Chart control’s HitTest.AxisValueLabel property references a TdxChartAxisValueLabelInfo object when the HitTest.HitCode property returns TdxChartHitCode.AxisValueLabel.

    Inheritance

    TObject
    TdxChartAxisValueLabelInfo
    See Also