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
790
Cannot add 2 lineSeries to 1 xamDataChart
posted

Hello, i have a very simple xamDataChart. (See attachment)

I have added a button to this xaml. When i press the button i need to add 2 lineSeries.

If i only add 1 lineSeries it works. But when i add 2 lineSeries i dont see any data.

Can anyone help me with this.

 

Thanks.

 

XAxisLabels.rar
  • 790
    posted

    A little update:

    When i use the CategoryDateTimeXAxis, i cant add more LineSeries. But when i change this into a CategoryXAxis, it works.

    I think i have to use the CategoryDateTimeXAxis because i can set a minimum and maximum value and an interval.

    Can anyone help me further.

    Thanks,

    Kevin