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

TdxChartHitTest.SeriesValueLabel Property

Provides access to the series value label to which the inspected point belongs.

#Declaration

Delphi
property SeriesValueLabel: TdxChartSeriesValueLabelInfo read;

#Property Value

Type Description
TdxChartSeriesValueLabelInfo

The currently inspected series value label.

This property returns nil (in Delphi) or nullptr (in C++Builder) if the inspected point is not within the area occupied by a series value label.

#Remarks

You can use the SeriesValueLabel.Text property to identify a series value label at the inspected point (that is, when the HitCode property returns TdxChartHitCode.SeriesValueLabel). In this case, you can also use SeriesPoint and Diagram properties to access the parent series point and diagram of the inspected value label.

VCL Chart Control: An Inspected Series Value Label

See Also