Esempio n. 1
0
 /// <summary>
 /// Customize styling options for title (which is just the axis label for the top axis, XAxis2)
 /// </summary>
 public void Title(string label = null, string fontName = null, float?fontSize = null, Color?color = null, bool?bold = null) =>
 XAxis2.ConfigureAxisLabel(true, label, color, fontSize, bold, fontName);