Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Greetings,

I am receiving an

unhandled exception of type 'System.NullReferenceException' occurred in Syncfusion.SfChart.WPF.dll when using the
ChartToImageConverter and converting a presentation to pdf which contains a chart of
OfficeChartType.Bar_Stacked_3D (or any other 3D ype).


Steps to reproduce:
  1. Programmatically add a chart to an ISlide with an 

    .ChartType = OfficeChartType.Bar_Stacked_3D

    2. After using the

    ChartToImageConverter, use the
    PresentationToPdfConverter.Convert method to convert the ISlide and you will receive an Exception.

    Thanks