Page 1 of 1

Posted: Wed Mar 24, 2004 9:15 pm
by Marjan
Hi, Robert.

The histogram series does not include the data->histograms routine i.e. this has to be done outside TeeChart. You'll have to manually calculate histogram bins (center points) and each bin value and then use histogram series AddXY method to add all bins to series. Please note that current histogram series will work ONLY with equidistant bins.