Contents  All Classes  Index A-Z  All Units


THistogramFunction
Hierarchy     Properties     Methods     Events     

Unit
TeeHistogram

Description
Calculates the number of points of the datasource Series, grouped by intervals defined by the NumBins property.

Values can be accumulated or not depending on the Cumulative property.

TeeFunction1.NumBins := 10;
TeeFunction1.Cumulative := False;
Series1.DataSource := Series2;
Series1.FunctionType:= TeeFunction1;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.