User (Legacy) Posted December 28, 2005 Report Posted December 28, 2005 Hi, I written a realtime chart but i have a problem with the chart1.AxisY.AutoScale I set it to true but it doesn't seem to work. When i add a vlaue that is beyond the axisY max value the yaxis is not automatically scale. Here is my code: chart1.AxisY.AutoScale=true; chart1.RealTime.BeginAddData(1, RealTimeAction.Append); chart1.Data[0, 0] = i; chart1.RealTime.EndAddData(true, true); Thanks, Kfir, Finjan.com LTD
User (Legacy) Posted December 28, 2005 Author Report Posted December 28, 2005 I´m sorry my mistake. It works fine. Kfir "Kfir Harel" <kharel@finjan.com> wrote in message news:jrSWsr6CGHA.452@webserver3.softwarefx.com... > Hi, > > I written a realtime chart but i have a problem with the > chart1.AxisY.AutoScale > > I set it to true but it doesn´t seem to work. When i add a vlaue that is > beyond the axisY max value the yaxis is not automatically scale. > > Here is my code: > > chart1.AxisY.AutoScale=true; > > chart1.RealTime.BeginAddData(1, RealTimeAction.Append); > > chart1.Data[0, 0] = i; > > chart1.RealTime.EndAddData(true, true); > > > > Thanks, > > Kfir, Finjan.com LTD > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.