I have several series all using independent x axis but I have had to add code to make sure they are all showing the exact same range. Is it not possible to have them all share the same x axis? Each time I add a series I tried simply finding the current CategoryDateTimeXAxis and setting it to the series's xaxis but the axis labels are never displayed.
Is there an example of adding a CategoryDateTimeXAxis to the xaml and then programmatically adding the a series which uses that CategoryDateTimeXAxis?
Can you please attach a sample project so that we may be able to reproduce your issue and help you further on this regard?
-Shilpa
I am having this same issue. I have a line series and a financial price series. The financial price series is a summary of the every 10 points in the line series. They need to share the same x axis. Every 10th value on the line series has a corresponding candle stick displaying what happened on the line series. Because one series is just a summary of the other it makes sense that they are displayed using the same X axis. Right now I have them on two different axes but I can't get them to track each other. This is the same issue that Mike is having.
I am a trial user right now and still evaluating this control. If I can't get this to work I'm afraid I'll have to purchase a different provider's controls. There are 14 days left to my trial period
Attached is a screen shot. I can send a sample project as well if you wish.
The graph is really rough at the moment. It is just graphing random data for the purpose of evaluation.
Mike, I have created a support case for you and linked it to the Development issue logged by Shilpa (#62865) so you will be notified when the issue has been addressed.
Hi,
We were able to reproduce the issue in the version that you have been using , based on a simillar application that you had posted in another forum post
http://forums.infragistics.com/forums/t/50950.aspx
For your reference , I have submitted bug #62865 and have advised Dev Support Team to link you as a contact so that you may be notified when the issued is resolved.
Thanks,
Shilpa
The sample was too big to include the infragisitcs dlls I am using so I had to remove them. The version I am using is 10.3.20103.2021.
To reproduce the issue, run the sample, select the "Historical" radio button at the bottom left and then zoom in to the beginning. As you get closer to the 1 second interval level you will see the bottom series start to shift to the right a bit.
My data will always come in as separate collections per series. To combine it into a single dataset seems like a waste if I could simply add a series point the series to an existing xaxis and then to a new data set.