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
1995
Populating Data in Histogram Chart
posted

Dear Mike,

    The below is the sample data for a histogram chart. When I use Excel and create a histogram chart , the output is as like in the second picture, but When I use the same data and if i create histogram chart in Ultrawinchart, the output is like in the third picture,

  1. I want the X axis to be the name of the Month  as given in the sample data
  2. The column should show the data of Monthly Plan and Monthly Acheived %
  3. The curvy line should show the data of Cumulative Plan and Cumulative Acheived %

We need the exact output that was created using the excel.For this requirements, What are the condition or properties that should be set for a histogram chart? Kindly please do reply as at the earliest possible.

Parents
No Data
Reply
  • 53790
    Suggested Answer
    posted

    Hello Sureshsimkumar,

     

    Maybe one possible approach to achieve the desired behavior is by using Composite Chart with two layers. The first one will be ColumnType and second one will be LineType. Could you please take a look at the attached sample for more details. Please let me know if you have any questions.

    Regards

    CompositeHistomgramChart.zip
Children