Series marks visible beyond axis

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
cjacoby78
Newbie
Newbie
Posts: 11
Joined: Tue Mar 25, 2014 12:00 am

Series marks visible beyond axis

Post by cjacoby78 » Sun Jun 29, 2014 5:26 pm

Hi all,

I just noticed that in the latest TeeCharts, the TGanttSeries marks remain visible beyond an axis - can this be changed somehow?

(see attachment).

Thanks,
Cheers
Attachments
iOS Simulator Screen shot 29 juin 2014 19.23.40.png
iOS Simulator Screen shot 29 juin 2014 19.23.40.png (50.65 KiB) Viewed 9443 times

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

Re: Series marks visible beyond axis

Post by Yeray » Mon Jun 30, 2014 1:54 pm

Hello,

Try with:

Code: Select all

Series1.Marks.Clip:=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

cjacoby78
Newbie
Newbie
Posts: 11
Joined: Tue Mar 25, 2014 12:00 am

Re: Series marks visible beyond axis

Post by cjacoby78 » Mon Jun 30, 2014 3:33 pm

Yes!

This did the trick!

Thanks a lot!
CJ

Post Reply