Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have a circular gauge with values that range from the negative to the positive (i.e., the center is 0):

I want the positive values to explicitly be prefixed '+', i.e. +2, +4, +6, etc.
I can use `LabelPrefix`, but that'll be applied to all labels, so that's not useful to me. If I could set, say, a `LabelConverter`, I could write this in C#.