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 linear gauge that shows a value between -6 and +6 (that i, the LinearScale's Minimum and Maximum attributes are set that way). With a circular gauge, that works, but with a linear gauge, there are two issues that make it unworkable for negative values:

  • if a BarPointer goes negative, it simply doesn't show. It does show for positive values.

  • with a SymbolPointer, it shows at the wrong offset, as if the LinearScale's range started at 0, not -6. So if the actual value is 0, it should show in the middle, but instead shows at the left.