private IDictionary <string, object> GetJson()
 {
     return(chartArea.CreateSerializer().Serialize());
 }