Skip to main content
All docs
V25.1
  • TdxChartHitTest.SeriesValueLabel Property

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

    Declaration

    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