Hi,
I have designed the composite chat with 2 numeric series ie column and line. The layout of the chart has showned below. From the below chart layout i have two issues
1) The chart has some empty gap at the top of it. I have to remove that gap and need to render the chart.
2) The series lables are not displaying in the chart layout.
I have attached the code for the below chart rendering as "chartCode.zip". could you please help me to solve the above 2 issues.
Thanks in Advance
Sreenivas
This should do it:
xAxisForColumnChart.Extent = 50;xAxisForLineChart.Extent = 0;xAxisForColumnChart.Labels.SeriesLabels.FormatString = "<SERIES_LABEL>";xAxisForColumnChart.Labels.SeriesLabels.Visible = true;