IChart.HitTestSeries

Syntax

HitTestSeries(Point: IGxPointF): IChartSerie;

Parameters

Point . The point where the user wants to get a chart series.

Description

The HitTestSeries method enables the user to get a chart series in the specified point.

Comments

On executing the HitTestSeries method, the program checks for availability of the series, which graphic view is in the Point area. If the series exists, the method returns series parameters, otherwise the method returns Null.

See also:

IChart