Hi,
Ok. I trying to line break the chart labels with the <br> tag as describer here (https://blazor.syncfusion.com/documentation/chart/axis-labels/#line-break) but it is not work of me. Any idea why?
Also the chart is contained with a dashboard panel. Is it possible to get the size in pixels of the panel after a resize so we can abbreviate/hide the labels if there is not enough space?
new ChartData{ X= "Criticality", Y= 28 },
new ChartData{ X= "Control<br>weakness", Y= 25 },
new ChartData{ X= "Special<br>circumstances", Y= 26 },
new ChartData{ X= "Level of<br>threat", Y= 27 },
new ChartData{ X= "Business<br>impact", Y= 30 }