Hello Team,
I am very new to the infragistics chart control. I have placed a chart control on a form and assigning a dataset to it.
I want to set the X axis and Y axis value to be displayed at runtime.
How do I do that ?
Note: I am using Visual Studio 2008 and Infragistics 2008
Take a look at my blog post in the Custom Axis Range section:
http://blogs.infragistics.com/blogs/skim/archive/2008/09/05/chart-university-chart-101-and-some-201-301-401-stuff.aspx
Thank you for the link, it is very helpful.
I still have one doubt. I have a dataset with following Values :
ClosingDate Price TotalPrice Month Year
October 2006 50,000.00 $ 50,000.00 10 2006January 2007 10,000.00 $ 10,000.00 1 2007July 2007 40,400.00 $ 40,400.00 7 2007February2008 70,000.00 $ 70,000.00 2 2008November2008 85,000.00 $ 85,000.00 11 2008
I want to plot the ClosingDate value on the X-axis and Price on the Y axis on the Column chart and display labels on its respective axis. How do i do this ?
Also the same data is ploted on the pie chart. Here I want to display the TotalPrice column value instead of the percentage label. Can you please tell me how to do this?
Thanks in advance .