I believe that PointPairList always contains ALL points.
There are always customized points, it's just how they are converted to pixels using scaling and panning.
, AverageFilteredList . , - ( ):
public class AverageFilteredPointList : IPointList
{
<snip>
public int Count { get; set; }
public int MaxPts { get; set; }
public PointPair this[int index] { get; set; }
public void SetBounds(double min, double max, int maxPts) { }
}
, IPointList, /, , , "" .
, , , GraphPane, , DataPoint :
ReverseTransform(pt, out xSampleData, out ySampleData);