2d chart and axis border

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

2d chart and axis border

Post by John » Wed Feb 18, 2004 12:27 am

I have created a 2d fastline chart with the following properties:

- Margin % on all margins to 0
- The left, right, top and depth axis are nonvisible
- No title
- No legend
- panel bevel outer = none and bevel inner = none


After setting all these properties there is still a thin black border along the
left and top axes. I need to remove this thin black line and have the
minimum graph value start at pixel 0 of the client area and the maximum
value end at the last pixel of the client area.

Does anybody know how to prevent this thin border from being drawn?

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

Post by Pep » Wed Feb 18, 2004 9:12 am

Hi John,

this border should disappear setting the TChart.Walls.Visible to False, but it does not work fine in 2D mode, it's a bug which I've added on our defect list and a fix for it will be considered to inclusion for the next maintenance releases. In meantime a workaround in you case could be to set the View3D to True, then the Walls can be invisible.

John
Newbie
Newbie
Posts: 3
Joined: Fri Nov 15, 2002 12:00 am

Post by John » Wed Feb 18, 2004 3:17 pm

Thanks Josep,

Is there a way to change the color of this thin line?

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

Post by Pep » Thu Feb 19, 2004 8:17 am

Hi John,

there's no way that I know of.

Post Reply