Page 1 of 1

Add drawing Ymax and Ymin to DrawAllPoints

Posted: Tue May 02, 2006 12:17 pm
by 8438106
For drawing points using TFastLineSeries, I think it would be GREAT to have DrawAllPoints=false draw
a line between Ymax and Ymin points at each X pixel
rather than
a single Y point at each X pixel
for each X pixel as it is now.

That way, for the DrawAllPoints example in the Demo, clicking on the
( ) All points (one million)
versus the
( ) Non-repeated X only
would produce IDENTICAL graphs (WHICH IS WHAT WE REALLY WANT) rather than two different graphs.

Thank you,

Bill Anderson

Posted: Tue May 02, 2006 12:39 pm
by narcis
Hi Bill,

Thanks for your suggestion. I've added it to our wish-list to be considered for inclusion in future releases.

Posted: Tue May 02, 2006 1:03 pm
by narcis
Hi Bill,

You may not be aware of TDownSampling function which lets you choose the method on which the points are drawn and one of them does what you exactly request. You'll find an example at All Features\Welcome!\Functions\Extended\Reducing number of points in TeeChart's features demo.