kxj

Results 3 comments of kxj

The workaround for me is to apply the style MaterialDesignDataGridComboBox to the combo box directly. I think you can use this with any combo box in a List not just...

var xAxis = LinearAxis.init( Title: xTitle, ZeroLine: false, AutoMargin: TickAutoMargin.All); xAxis.SetValue("categoryorder", "category ascending"); // Scatter Combined var scatterCombined = (scatterList.Any() ? Chart.Combine(scatterList) : Chart.Invisible()) .WithUpdateMenu(LineStyleMenu) .WithTitle(chartTitle, TitleFont: Font.init(Size: titleFontSize)) .WithXAxis(xAxis)...