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
1225
How to Make two graphs in one frame
posted

Hi friends, I'm using UltraChart control v10.3 and I need to graph the following point:


Graph 1:

x ---- y

2 ----4

3 ----9

4 ----16

5 ----25

 

Graph 2:

x ----y

3 ---- 50

5 ----48.5

7 ----43

9 ----35

11 ----32

13 ----29

15 ----21

17 ----20

Note: The two graphs can contains different point in the X Axis.

I'm have this values in one Array A(n,m)

The Array A(1,i) contains my points for my first graph

The Array A(2,j) contains my points form my second graph.

I'm doing this: UltraChart.Datasource = A

But I don't have good results.

 

Please, any idea? What must I do?

Thanks, regards.

Parents
  • 53790
    Verified Answer
    posted

    Hello Eros,

    I`m not sure what kind of ChartType (ColumnChart or LineChart and etc...) you are using in your scenario. I made two samples for you, so could you please take a look at the attachments and let me know if you think that I misunderstood your scenario. If you have any questions, do not hesitate to write me

    Regards

Reply Children