Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3590
Series sharing same x axis
posted

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?

Parents
No Data
Reply
  • 710
    posted

    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.

     

     

Children