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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have a circular gauge with values that range from the negative to the positive (i.e., the center is 0):


Empty


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#.