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 Reply Children
No Data