Hello,
I was trying to change the color of chartSeries interior using:
chartSeries3.Style.Interior = new Syncfusion.Drawing.BrushInfo(Color.Navy);
But when the designer reloaded it showed the following error which seems really strange to me:
Object of type 'Syncfusion.Drawing.BrushInfo' cannot be converted to type 'Syncfusion.Drawing.BrushInfo'
I've tried Reinstalling Assemblies using Assembly manager but with no success. Updated nuget packges to the latest version without any luck again..
My rough guess is that its happening due to some dependency mismatch still can't get it solved by Syncfusion Troubleshooter.
Any Help?