IAreaSeries.GetOriginPos
IAreaSeries
function GetOriginPos(AValueIndex: Integer): Integer;
Type Library
TeeChartx
Description
The GetOriginPos function returns the corresponding screen pixels coordinate of the leftmost horizontal area edge. When MultiArea property is different than Stacked or Stacked 100%, this function returns the Origin screen coordinate.
When several Area Series are stacked, this function returns a different screen coordinate for each Series.
The ValueIndex parameter specifies the Area index.
See the GetOriginPos method for the BarSeries and HorizBarSeries classes.