zoom in webchart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
webuser
Newbie
Newbie
Posts: 6
Joined: Thu Aug 17, 2006 12:00 am

zoom in webchart

Post by webuser » Mon Jun 04, 2007 10:04 pm

Hello all,

I have a question about zoom in webchart. I have a application where i am using a polygon series and xy series (point), by default the labels for the point series are not shown. When I zoom in with labels turned on, the labels for points that are out of zoom area show up outside the chart bounds, which is very annoying. Can someone tell me how to solve this issue ? Shouldn't the chart automatically not show the labels for those points which are out the zoomed area ?

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 » Tue Jun 05, 2007 7:34 am

Hi webuser,

You can try using this:

Code: Select all

			shape1.Marks.Clip = true;
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