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

TdxChartAxisValueLabelInfo Class

Stores axis value label display information.

#Declaration

Delphi
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