TdxChartHitTest.SeriesPoint Property
Allows you to identify the series point to which the inspected point belongs.
Declaration
property SeriesPoint: TdxChartSeriesPointInfo read;
Property Value
Type | Description |
---|---|
TdxChartSeriesPointInfo | The currently inspected series point. This property returns |
Remarks
You can use SeriesPoint
.Series, SeriesPoint
.Index, SeriesPoint
.Argument, and SeriesPoint
.Value properties to identify a series point at the inspected point (that is, the HitCode property returns TdxChartHitCode.SeriesPoint or TdxChartHitCode.SeriesValueLabel). In this case, you can also use Series and Diagram properties to access the parent series and diagram of the inspected series point.
Tip
If the inspected point is within the plot area of an XY diagram, you can also use Argument and Value properties to obtain series point coordinates in corresponding axis measurement units.