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
190
Bind List into ultrawinbarchart
posted

Hi i have list<class> which contains data for each product by yearly basis, i want show this list data in a bar chart by each product by year.

please check attachment to get better idea about my requirement.

Thanks

Parents
  • 23930
    Offline posted

    Hi Ramesh,

     

    Thank you for posting in our forums.

     

    You can easily create such chart by using the UltraDataChart with a ColumnStackSeries and a LineSeries. Simply add the two series and bind them to the appropriate fields in your data source.

     

    Please see the attached sample, which demonstrates this suggestion.

     

    Let me know if you have any additional questions.

    WDC_BarChart.zip
Reply Children