/// <summary>
 /// Sets the options globally for all charts created after this has been called.
 /// Takes an options JavaScript object structure as the argument. These options are merged with the default options and the result is returned.
 /// </summary>
 /// <param name="options">The chart configuration object.</param>
 /// <returns></returns>
 public object setOptions(ChartConfiguration options) { return null; }
 public Chart(ChartConfiguration Config) { }