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
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
Hi Georgi,
Thanks for the sample.
As on going through them i can see that these samples are for implementing Child bands but i dont want to create a child band for my parent band.
I want to have 2 bands parent bands, each with seperate set of columns.
Also i am using version 9.1 of Infragistics and i dont have any Samples folder in the following path
C:\Program Files\Infragistics\NetAdvantage for .NET 2009.1\Windows Forms
Hello Nipun,
You could find information in our online documentation :
- http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinGrid.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinGrid_Bind_WinGrid_to_a_Hierarchical_Data_Source_CLR2.html
Also you could find samples in our sample browser, that you received with installation of our controls. You could run the sample browser from : C:\Users\Public\Documents\Infragistics\NetAdvantage 2011.1\Windows Forms\Samples -> then run SampleExplorer . Also I attached two additional samples in this forum thread.
Please let me know if you have any questions.
Regards
I am working with Infragistics Ultra grid and we want to have the grid with multiple Bands.
Is there any link from which i can follow.
Thanks & Regards,
I was able to resolve the issue by using '<DATA_VALUE_Y>' instead of '<DATA_VALUE>'.
I have used <DATA_VALUE:##.##> but i am unable to get the tool tip with Y Axis data.
Actually it is not about formatting the tooltip. As in the sample data below you can see that i have data values in two columns i.e. xAxisData column and yAxisData column. Now in my case i want that the values in yAxisData column should be used for displaying the tooltip rather than values in xAxisData column.
Label
xAxisData
yAxisData
Can you please clarify, how Ultra chart decides, that from a data source, values of which column will be used for displaying as a tooltip.