Hi,
I have a requirement for a chart similar to the one in the link below
http://quince.infragistics.com/Patterns/Multi-Y%20Graph.html
The main requirement is to create a bar series chart and overlay it with a graph on another variable.
Is there a WinForms equivalent for this chart ?
yes, just set the chart type to composite, and you can create a composite chart with a column chart layer and a line or area chart layer as well.
if you want it to look like the chart on the top of that page you referred to, you can create 2 ChartAreas, one for each chart layer.
can I create a composite chart of type splinearea and column chart with in a single chart area i.e. using single chart area for both of the respective layers. What should I set setlabelaxis to continuous or groupbyseries