THistogramFunction
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.