TChartSeries.VisibleCount

TChartSeries.VisibleCount
TChartSeries

function VisibleCount: Integer;

Unit
TeEngine

Description
This function returns the number of Visible points in the Series. These are the points which X coordinate is between the Minimum and Maximum horizontal Axis range. To iterate, you need to know the FirstValueIndex and LastValueIndex points.