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 TChartAxis.Minimum and TChartAxis.Maximum horizontal Axis range. To iterate, you need to know the TChartSeries.FirstValueIndex and TChartSeries.LastValueIndex points.