Hi,
lineChatApp.LineAppearances.Add(lineApp);
lineLayer.ChartTypeAppearance = lineChatApp;
NumericSeries lineSeries = new NumericSeries();
lineSeries.PEs.Add(mPaintForLine);
lineLayer.Series.Add(lineSeries);
...
Thanks in Advance
Sreenivas
Since, the ciolumn and line chart types plot different, you have to put a margin on the axis that the line chart is plotting against. If you are using the same axis, then create an additional one with a margin. This will push the points in for the line chart and they will be closer to the center of each column.
Can we plot column chart and line chart as an composite chart using only one x-axis and y-axis.
excelent, great help
regards