Exemplo n.º 1
0
 ///Allows to set titles for band chart axes
 public static AreaTitles Area(string xTitle = null, string y1Title = null, string y2Title = null) =>
 Titles.area(Helpers.Opt(xTitle), Helpers.Opt(y1Title), Helpers.Opt(y2Title));