Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, 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

Ensure that the SfCartesianChart control in WinUI is fully accessible to users relying on assistive technologies. This includes implementing appropriate automation peers, keyboard navigation, screen reader support, and high contrast theme compatibility. 

Keyboard Navigation:

  1. Users can navigate through chart elements using keyboard (Tab, Arrow keys).
  2. Focus indicators are visible and intuitive.
  3. Trackball should move to next data points based on arrow key press.

Screen Reader Support:

  1. Screen readers (e.g., Narrator) can announce chart elements with relevant information (e.g., series name, data point values).
  2. Chart updates are announced appropriately when dynamic data changes.