public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
{
var val = value as ChartAdornment;
if (double.IsNaN(val.YData))
return "Custom";
return val.YData;
}
We have prepared a sample based on your requirements and please find the sample in the following location.
Sample : WP8Sample.zip
Please let us know if you have any queries.
Regards,
Sumathi J