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 |
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.
See Also