Subset  
Subset function filters source series points, and only adds values that are between specified limits in StartValue and EndValue properties.

// Gets points from 5 to 25, both inclusive

TeeFunction1.StartValue := 5;
TeeFunction1.EndValue := 25;