fahd.malik Posted August 10, 2007 Report Share Posted August 10, 2007 Is there a way to remove the bounding box for a graph? I am referring to the box, the left edge of which is the Y-axis and bottom edge X-axis. I just want to remove the top and bottom edges. And is Chart FX 7.0 compatible in VS2003? Quote Link to comment Share on other sites More sharing options...
Frank Posted August 10, 2007 Report Share Posted August 10, 2007 chat.AxesStyle = AxesStyle.Math; Chart FX 7.0 requires Visual Studio 2005 and the .NET Framework 2.0 or later. Quote Link to comment Share on other sites More sharing options...
fahd.malik Posted August 10, 2007 Author Report Share Posted August 10, 2007 And is there a way to remove the X-Axis line while keeping the Y-axis line? Quote Link to comment Share on other sites More sharing options...
Frank Posted August 11, 2007 Report Share Posted August 11, 2007 You can set: chart1.AxisX.Line.Color = Color.Transparent; 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.