User (Legacy) Posted October 4, 2002 Report Share Posted October 4, 2002 We are experiencing a problem with the axesStyle not working correctly during initial loading of the chart control. It seem that when we set the AxesStyle to FlatFrame and set the Axis Y position to Near then try to set the AxesStyle to Math the top and right axis frame does not go away. Attached is a sample to reproduce the problem. 1) Run the program 2) Press Close Frame button You will see the left and bottom frame dissapear instead of the top and right. If you remove this line in the contructor: chart1.AxisY.Position = AxisPosition.Near; It works correctly. Thank you Bill Large Link to comment Share on other sites More sharing options...
Software FX Posted October 7, 2002 Report Share Posted October 7, 2002 We have fixed this problem and it will be included in the next service pack. -- Regards, JC Software FX Support "Bill Large" <largewi@wi.rr.com> wrote in message news:TvzpjJ#aCHA.3620@webserver1.softwarefx.com... > We are experiencing a problem with the axesStyle not working correctly > during initial loading of the chart control. It seem that when we set the > AxesStyle to FlatFrame and set the Axis Y position to Near then try to set > the AxesStyle to Math the top and right axis frame does not go away. > > Attached is a sample to reproduce the problem. > > 1) Run the program > 2) Press Close Frame button > You will see the left and bottom frame dissapear instead > of the top and right. > > If you remove this line in the contructor: > chart1.AxisY.Position = AxisPosition.Near; > > It works correctly. > > Thank you > > > Bill Large > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted October 7, 2002 Author Report Share Posted October 7, 2002 Thank you "Software FX Support" <support@softwarefx.com> wrote in message news:FnH2FfjbCHA.3348@webserver1.softwarefx.com... > We have fixed this problem and it will be included in the next service pack. > > > -- > Regards, > > JC > Software FX Support > "Bill Large" <largewi@wi.rr.com> wrote in message > news:TvzpjJ#aCHA.3620@webserver1.softwarefx.com... > > We are experiencing a problem with the axesStyle not working correctly > > during initial loading of the chart control. It seem that when we set the > > AxesStyle to FlatFrame and set the Axis Y position to Near then try to set > > the AxesStyle to Math the top and right axis frame does not go away. > > > > Attached is a sample to reproduce the problem. > > > > 1) Run the program > > 2) Press Close Frame button > > You will see the left and bottom frame dissapear > instead > > of the top and right. > > > > If you remove this line in the contructor: > > chart1.AxisY.Position = AxisPosition.Near; > > > > It works correctly. > > > > Thank you > > > > > > Bill Large > > > > > > > > Link to comment Share on other sites More sharing options...
Software FX Posted October 7, 2002 Report Share Posted October 7, 2002 As a workaround in the meantime, delete the Line AxisY.Position = AxisPosition.Near; This line causes the bug but it does not do anything as the default is already Near. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.