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 Reply
  • 335
    posted in reply to Nipun

    Hi Georgi,

    Please find below chart for your reference:

    Here you can see we have only few values in the range from 0 to 20 and than all the values are in the range of 80 to 120.

    Presently in this chart i am unable to show the fluctuation in the values. So if i can show two ranges i.e.

    1. 0 to 20 

    2. 80 to 120 with intervals at 5(85 , 90, 95, 100, 105 ...... like this)

    than i can show the fluctuation clearly.

    May be this will help in clearifying the requirement

    Thanks & Regards,

    Nipun Anand

Children