User (Legacy) Posted May 20, 2005 Report Share Posted May 20, 2005 Hi how can I set a value on a specific point on the x-axis. I just want to have a time and a value and add the value on the right place of the x-axis. Because the values have no constanct time space. Regards Jonas Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 21, 2005 Author Report Share Posted May 21, 2005 .. if I use the Chart.ValueEx parameter nPoint strange things happen. The curve is always drawn from the value to zero back to the next value and again to zero and so on. If I use Chart.ValueEx(0,0) = val everything is "normal", but I have no influence where the next point set. How can I do that properly ? Please help. I really tried my best.. Regards Jonas "Jonas" <J.Mossler@mystramtec.de> schrieb im Newsbeitrag news:I0on9YWXFHA.4092@webserver3.softwarefx.com... > Hi > > how can I set a value on a specific point on the x-axis. > > I just want to have a time and a value and add the value on the right > place of the x-axis. Because the values have no constanct time space. > > > Regards > > Jonas > Link to comment Share on other sites More sharing options...
Software FX Posted May 25, 2005 Report Share Posted May 25, 2005 I think what you want is an X/Y chart. X/Y Charts do NOT support any of the real-time API in 5.x. You must simply pass data to the chart normally. Check out the documentation on X/Y Charts for more information. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.