IChart.HitTestSeries

Fore Syntax

HitTestSeries(Point: IGxPointF): IChartSerie;

Fore.NET Syntax

HitTestSeries(Point: Prognoz.Platform.Interop.Drawing.GxPointF): Prognoz.Platform.Interop.Chart.IChartSerie;

Parameters

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

Description

The HitTestSeries method allows to get chart series in a specified point.

Comments

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

See also:

IChart