IEaxChart.GetPointTabRange

Syntax

GetPointTabRange(SerieIndex: Integer, PointIndex: Integer): ITabRange;

Parameters

SerieIndex. Data series index.

PointIndex. Index of the data series point.

Description

The GetPointTabRange method returns data range used to create a specified point.

Example

The example of method use is given in description of the IEaxAnalyzeCore.DrillPoint method.

See also:

IEaxChart