Graph plotted on Header

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Frances
Newbie
Newbie
Posts: 14
Joined: Thu Mar 10, 2005 5:00 am
Location: The Netherlands

Graph plotted on Header

Post by Frances » Tue Apr 05, 2005 3:57 pm

Hi,
Can you please tell me why my graph is plotted on the Header & and also on Footer.

I have one chart graph that does and the other that does not. I set the MinMax for both graphs manually and they both have same Y values & same Y-MinMax

Thanks.

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

Post by Narcís » Wed Apr 06, 2005 8:08 am

Hi Bala,

It seems strange, could you please send us a project we can run "as-is" to reproduce the problem here?

You can post your projects at [url]news://www.steema.net/steema.public.attachments.[/url] newsgroup.

Thanks in advance.
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

Frances
Newbie
Newbie
Posts: 14
Joined: Thu Mar 10, 2005 5:00 am
Location: The Netherlands

Chart plotted on header - Solved

Post by Frances » Wed Apr 20, 2005 12:05 pm

Hi
The below property is set to false which caused the graph to be plotted on header and on footer. Don't know how i endded up with the code below but it costed me a lot of time to figure this out.

.Aspect.ClipPoints = false;

Cheers,
Bala

Post Reply