How to change the XAxis label's font size and font family chart in mvc?
.PrimaryXAxis(px => px.ValueType(Syncfusion.EJ2.Charts.ValueType.Category).EnableTrim(false).MaximumLabelWidth(1).LabelIntersectAction(Syncfusion.EJ2.Charts.LabelIntersectAction.None).LabelRotation(-45).CrossesAt(0).Interval(1).MajorTickLines(mt => mt.Width(0)).MajorGridLines(mg => mg.Width(0)).LineStyle(ls => ls.Width(2)))