ICustomBarSeries.GetOriginPos
ICustomBarSeries

function GetOriginPos(SomeValueIndex: Integer): Integer;

Type Library
TeeChartx

Description
The GetOriginPos function returns the corresponding screen pixels coordinate of the leftmost horizontal bar edge.

When MultiBar property is different than Stacked or Stacked 100%, this function returns the Origin screen coordinate.

When several bar Series are stacked, this function returns a different screen coordinate for each Series.

The ValueIndex parameter specifies the bar index.