Page 1 of 1

2d chart and axis border

Posted: Wed Feb 18, 2004 12:27 am
by 6925645
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?

Posted: Wed Feb 18, 2004 9:12 am
by Pep
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.

Posted: Wed Feb 18, 2004 3:17 pm
by 6925645
Thanks Josep,

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

Posted: Thu Feb 19, 2004 8:17 am
by Pep
Hi John,

there's no way that I know of.