Label display outside chart bound when scroll down

TeeChart for ActiveX, COM and ASP
Post Reply
Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Contact:

Label display outside chart bound when scroll down

Post by Cliven » Wed Sep 15, 2004 1:19 am

We face one problem when we work around the Tee Chart, that is, when scroll down the tee chart, the label which show name and value not scroll down but display outside the bound of the Tee Chart. Is there any solution for this problem?

I have another question about Tee chart. I would like to know is that Tee Chart has Tabular Crosstab features? if has, what version is that?

Thanks.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Sep 15, 2004 9:58 am

Hi,
We face one problem when we work around the Tee Chart, that is, when scroll down the tee chart, the label which show name and value not scroll down but display outside the bound of the Tee Chart. Is there any solution for this problem?
Yes, you can do :
tChart1.Series(0).Marks.Clip = True
I have another question about Tee chart. I would like to know is that Tee Chart has Tabular Crosstab features? if has, what version is that?
The CrossTab feature is includd in the TeeChart Pro v6 and above. You can see one example of it in the Demo Features project under :
Welcome -> New Features -> New Components -> DB Crosstab Source

Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Contact:

Post by Cliven » Thu Sep 16, 2004 3:15 am

The label problem solve already. thanks. Very Appreciate.

Post Reply