Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
rendering issues with the composite chat when using the 2 numeric series(column and line)
posted

 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

chartCode.zip
  • 26458
    Offline posted

    This should do it: 

    xAxisForColumnChart.Extent = 50;
    xAxisForLineChart.Extent = 0;
    xAxisForColumnChart.Labels.SeriesLabels.FormatString =
    "<SERIES_LABEL>";
    xAxisForColumnChart.Labels.SeriesLabels.Visible =
    true;