string ILabelConverter.ConvertSelectedValLabel(float value, bool isInt)
 {
     return(SunStudyUIController.NameOfMonth((int)value)); // Just display month name of current month
 }
 public string ConvertTickLabels(float value)
 {
     return(SunStudyUIController.NameOfMonth((int)value));
 }