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
145
Take into account the values of the X axis
posted

Hi, I have a datatable that I fill with the following data (example):

Freq VideoValue AudioValue

10     25                14

20     20                12

40     26                11

50     28                15

I want to show the values of Video and Audio for each Frequency. (Freq is on the X Axis, and Video and Audio are the two series to show)
I am able to do that with a ColumnChart (See attachments Infragistics.jpg and Infragistics2.jpg that I got with the property SwapRowsAndColumns set to False and True respectively)
What I want is to scatter the columns according to their values (see attached screenshot Excel2.jpg), something like a time-basis. But these values can be positive or negative.
I don't mind adding columns to my datatable  or change the type of chart if needed(as long as it shows bars).
Thanks
Imad

Screenshots.zip