Example #1
0
 /// <summary>
 /// Update the title of the axis after render time.
 /// </summary>
 /// <param name="title">The new title options on the same format as given in xAxis.title.</param>
 public void setTitle(AxisTitleOptions title) { }
Example #2
0
 /// <summary>
 /// Update the title of the axis after render time.
 /// </summary>
 /// <param name="title">The new title options on the same format as given in xAxis.title.</param>
 /// <param name="redraw">Whether to redraw the chart now or hold until the next chart.redraw()</param>
 public void setTitle(AxisTitleOptions title, bool redraw) { }