ISeries.CalcYPos
ISeries

function CalcYPos(SomeValueIndex: Integer): Integer;

Type Library
TeeChartx

Description
Returns the pixel Screen Vertical coordinate of the ValueIndex Series value.

This coordinate is calculated using the Series associated Vertical Axis.

CalcYPos Method (Series) Example

We want to know which is the Vertical Screen coordinate of the 22nd Series point:

Visual Basic

tmp = TChart1.Series( 0 ).CalcYPos(21)

'remember points start at 0