TChartSeries.FirstValueIndex
TChartSeries
property FirstValueIndex: Integer;
Unit
TeEngine
Description
This function / property returns the ValueIndex of the First point in the Series that has an X value which is between the Horizontal Axis TChartAxis.Maximum and TChartAxis.Minimum values.
When no TCustomTeePanelExtended.Zoom is applied to the Chart, and the Axis are TChartAxis.Automatic, the FirstValueIndex is 0. If the Series has no points or there are no visible points, the FirstValueIndex returns -1.