Scrolling outside Panel

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
PINK
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am
Contact:

Scrolling outside Panel

Post by PINK » Mon Feb 16, 2009 1:05 pm

Hi,

when i scroll outside the panel the series is drawing over the label,
what shut i do to stop the series on panel´s border

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

Post by Yeray » Mon Feb 16, 2009 1:12 pm

Hi pink,

I think you should do something like this:

Code: Select all

tChart1.Aspect.ClipPoints = 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

PINK
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am
Contact:

Post by PINK » Mon Feb 16, 2009 1:24 pm

work´s but, the labels is drawing on outside.

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 Feb 16, 2009 1:55 pm

Hi PINK,

You can try clipping the marks too, for example:

Code: Select all

			line1.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

PINK
Newbie
Newbie
Posts: 3
Joined: Wed Jun 25, 2008 12:00 am
Contact:

Post by PINK » Mon Feb 16, 2009 1:57 pm

Thanks a lot.
that´s what i need.

:D :D :D

Post Reply