I need help on Infragistics line chart.
How can we draw a line chart with single(curved) line. my data looks like(datatable)
X-axis(datetime) Y-axis(numeric)
10/22/2009 34
10/24/2009 37
11/23/2009 64
12/13/2009 89.......etc upto 50 rows
i want to draw a line chart with a single line(more like stepline).
i tried to draw line chart with above data but it's taking each row as single line.
Thanks in advance.
Regards,
chinna
You can try using:
this.ultraChart1.Data.SwapRowsAndColumns = true;
More about line chart properties you can find:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/?page=Chart_Working_with_2D_Line_Chart_Data.html