Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesValueLabelInfo Class

Stores series value label information.

#Declaration

Delphi
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