Page 1 of 1

THistogramSeries does not display correct (values not drawn)

Posted: Fri Apr 24, 2015 1:23 pm
by 16558331
THistogramSeries does not Draw all its values see image and code. In fact - if you hover gently over the TChart - you will see alot of invisible values...

Re: THistogramSeries does not display correct (values not drawn)

Posted: Fri Apr 24, 2015 3:50 pm
by yeray
Hello,

Try making the Pen Visible:

Code: Select all

HistSeries.Pen.Visible:=true;

Re: THistogramSeries does not display correct (values not drawn)

Posted: Mon Apr 27, 2015 8:09 am
by 16558331
Thanks, that worked!