User (Legacy) Posted January 16, 2006 Author Report Share Posted January 16, 2006 Hello, I'm using COD_AddPoints on a realtime chart, so the data is added to the right and scrolls left. The X-axis displays as if the data was being added from the left to right, instead of right to left (see attached image). Can I swap the way the X-Axis displays? I tried using the X-Axis labels, but the labels would scroll off as the new values were added. Thanks, Chris Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 16, 2006 Report Share Posted January 16, 2006 Hello, I'm using COD_AddPoints on a realtime chart, so the data is added to the right and scrolls left. The X-axis displays as if the data was being added from the left to right, instead of right to left (see attached image). Can I swap the way the X-Axis displays? I tried using the X-Axis labels, but the labels would scroll off as the new values were added. Thanks, Chris Link to comment Share on other sites More sharing options...
Software FX Posted January 23, 2006 Report Share Posted January 23, 2006 You may want to invert your X-Axis by doing: chart.AxisX.Inverted = true; And then switch to Appending points as opposed to inserting them. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Software FX Posted January 23, 2006 Report Share Posted January 23, 2006 You may want to invert your X-Axis by doing: chart.AxisX.Inverted = true; And then switch to Appending points as opposed to inserting them. -- 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.