ISeries.CalcXPos
ISeries

function CalcXPos(SomeValueIndex: Integer): Integer;

Type Library
TeeChartx

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

This coordinate is calculated using the Series associated Horizontal Axis.

CalcXPos Example

We want to know which is the Horizontal Screen coordinate of the 4th Series point:

Visual Basic

tmp = TChart1.Series( 2 ).CalcXPos(3)

'remember points start at 0