Page 1 of 1

clipping problem

Posted: Wed Jun 21, 2006 1:32 pm
by 6925851
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

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