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
335
Plot Value Column against another value column
posted

Hey Friends,

As being new to Infragistics, i have some questions regarding plotting datasets with two numeric columns and need to be plotted against each other.

For example we have data like this:

DateTime

Temp

Length

08/01/2011 07:10:21

11.25

10

08/01/2011 07:10:22

11.27

11

08/01/2011 07:10:23

11.23

14

08/01/2011 07:10:24

11.28

12

08/01/2011 07:10:25

11.25

13

 and i want to plot Temp against Length i.e. Temp on X-axis and Length on Y-axis.

How can we do this in Ultrachart with chart type as LineChart.

Thanks in advance.

Regards,

Nipun Anand

 

 

Parents
No Data
Reply
  • 53790
    posted

    Hello Nipun,

    I try to reproduce your scenario in a small sample. Could you please take a look at the attached file for more details. Please let me know if you think that I didn`t reproduce your scenario or if you have any questions.

    Regards

    CompositeLineChart_8.zip
Children