clipping problem

TeeChart for ActiveX, COM and ASP
Post Reply
Aravind
Newbie
Newbie
Posts: 75
Joined: Fri Nov 15, 2002 12:00 am

clipping problem

Post by Aravind » Wed Jun 21, 2006 1:32 pm

i have posted the tee file in news group , from the file you can see the outside chart some numbers are displayed ... why should this displayed outside ? even though max points per page is set......
and i have used the clipping code which was given to me by you long time but after clipping the page number which is displayed on the left is gone and even

pls advise me on this issue and tell me how to overcome this problem

aravind

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 Jun 21, 2006 1:46 pm

Hi Aravind,

Have you tried clipping series marks?

Code: Select all

    For i = 0 To TChart1.SeriesCount - 1
        TChart1.Series(i).Marks.Clip = True
    Next i
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