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

    Stores series value label information.

    Declaration

    TdxChartSeriesValueLabelInfo = class(
        TObject
    )

    Remarks

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

    • Obtain value label display text (Text).
    • Access the value label’s parent series point (SeriesPoint).

    Direct TdxChartSeriesValueLabelInfo Class References

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

    Inheritance

    TObject
    TdxChartSeriesValueLabelInfo
    See Also