How do I draw below diagram
Time scale axis will only be available on certain chart types which dont include a stacked column type:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Chart_Display_Data_on_a_Time_Scale_Axis.html
Here is an example of what your data should look like:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Chart_Working_with_3D_Stacked_Column_Chart_Data.html
Also, if you want a walkthrough on our chart control, click on my blog link in my signature for a blog post I wrote on charts.
Thanks for help. I need another help. the picture above is from different third party chart.
I am able to draw stackcolumn chart. but I am unable to decrease the column width of Column. Please let me know how to do it.
For work around , I added Empty Series. see picture below.
Also help me to show legends for composite chart. I want to put at bottom. I set the bounds but if i will change the window size, they overlap on the chart x- axis.
To control the column width, you can work with the chart.ColumnChart.ColumnSpacing property.
For composite legends, take a look at the following articles that go over composite charts:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Chart_Creating_a_Composite_Chart.html
Also, a sample that uses composite legends.
http://samples.infragistics.com/2008.3/WebFeatureBrowser/contents.aspx?showCode=True&t=WebCharts/Composite/CompositeLegend.aspx~srcview.aspx?path=../webfeaturebrowservb/WebCharts/Composite/CompositeLegend.src~srcview.aspx?path=WebCharts/Composite/CompositeLegend.src