THistogramSeries does not display correct (values not drawn)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Whookie
Newbie
Newbie
Posts: 25
Joined: Fri Jan 07, 2011 12:00 am

THistogramSeries does not display correct (values not drawn)

Post by Whookie » Fri Apr 24, 2015 1:23 pm

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...
Attachments
HistogramSeries.7z
(1.44 KiB) Downloaded 581 times
missing.jpg
missing.jpg (142.71 KiB) Viewed 5771 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Fri Apr 24, 2015 3:50 pm

Hello,

Try making the Pen Visible:

Code: Select all

HistSeries.Pen.Visible:=true;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Whookie
Newbie
Newbie
Posts: 25
Joined: Fri Jan 07, 2011 12:00 am

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

Post by Whookie » Mon Apr 27, 2015 8:09 am

Thanks, that worked!

Post Reply