Chart area not clipping correctly

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Lasse Koskinen
Newbie
Newbie
Posts: 2
Joined: Fri Jan 07, 2005 5:00 am

Chart area not clipping correctly

Post by Lasse Koskinen » Mon Jan 16, 2006 11:14 am

When I set Y-axis minimum to some other value than 0 the bar-chart bars are not clipped from the bottom but displayed over the x-axis. What should I do to clip parts of the curve, which fall outside the chart series area ?
[/url]

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jan 16, 2006 3:52 pm

Hi Lasse,

Thanks for the report. I've been able to reproduce it here and added the issue to our defect list to be fixed for future releases. There's no workaround I can think of for now.

You could use:

Code: Select all

Chart1.ClipPoints:=true;
However, this doesn't work for that issue.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply