User (Legacy) Posted December 2, 2000 Report Share Posted December 2, 2000 Hello! I'm having a small problem with the formatting of some graphs. I'm making a 2D line graph, with each point having an X and Y value. I have set both the X and Y axis to show a label for the end point on the axis, using ChartFX1.Axis(AXIS_Y).Style = ChartFX1.Axis(AXIS_Y).Style Or AS_SHOWENDS and ChartFX1.Axis(AXIS_X).Style = ChartFX1.Axis(AXIS_X).Style Or AS_SHOWENDS This works OK, except that, depending on the input data, the last label on either axis appears to be in bold text - my guess is that the last label on the axis is overlapping with another label that is placed right next to it. Setting AS_NOTCLIPPED either on or off does not appear to make a difference. I've attached a copy of a sample graph to this email, so you can see what I mean. Any advice for me? Joe Westersund (650) 855 - 8724 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.