コード例 #1
0
 string ILabelConverter.ConvertSelectedValLabel(float value, bool isInt)
 {
     return(SunStudyUIController.NameOfMonth((int)value)); // Just display month name of current month
 }
コード例 #2
0
 public string ConvertTickLabels(float value)
 {
     return(SunStudyUIController.NameOfMonth((int)value));
 }