Pearseak
Pearseak
Any progress on this? I have to add exclamation mark to access any properties :(
same issue here
``` public RadarChart(string[] categories, List data, int size) { _size = size; Fonts.AddFontFile("TH", "Assets/Fonts/THSarabunNew.ttf"); Fonts.AddFontFile("TH", "Assets/Fonts/THSarabunNew Bold.ttf", true); Fonts.AddFontFile("TH", "Assets/Fonts/THSarabunNew BoldItalic.ttf", true, true); Fonts.AddFontFile("TH", "Assets/Fonts/THSarabunNew Italic.ttf", false, true); _plot.Font.Set("TH"); var...