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
375
Scatter chart, category axis and different number of points
posted

Hello!

I have 2 questions re the dataChart:

1. Is it possible to use it to display a scatter chart with x-values being strings? Right now I cannot assign a category x axis to a scatterseries.

2. Consider a following dataset:
Serie        XValue       YValue
Serie1      Dim1           10
                  Dim2           12
                  Dim3           14
                  Dim4           16
                  Dim5           18

Serie2      Dim1            30
                  Dim2            35
                  Dim4            40 

Serie3      Dim1            70
                  Dim2            72
                  Dim5            77

I create a chart with LineSeries, but what I get is Serie2 and Serie3 lines start at Dim1 and ending at Dim3. How can I draw a chart with some of the points missing?