Page 1 of 1

Scrolling outside Panel

Posted: Mon Feb 16, 2009 1:05 pm
by 13049477
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

Posted: Mon Feb 16, 2009 1:12 pm
by yeray
Hi pink,

I think you should do something like this:

Code: Select all

tChart1.Aspect.ClipPoints = true;

Posted: Mon Feb 16, 2009 1:24 pm
by 13049477
work´s but, the labels is drawing on outside.

Posted: Mon Feb 16, 2009 1:55 pm
by narcis
Hi PINK,

You can try clipping the marks too, for example:

Code: Select all

			line1.Marks.Clip = true;

Posted: Mon Feb 16, 2009 1:57 pm
by 13049477
Thanks a lot.
that´s what i need.

:D :D :D