The WinUI charts are with smooth and interactive features such as crosshair, zooming and panning, trackball, tooltip, and selection. You can configure these interactive features using the developer-friendly APIs. The WinUI charts allow end users to experience smooth interactions.
Crosshair is used to inspect or focus on an individual data point.
Improve the readability of large amounts of data point by zooming and panning. Zooming is performed by pinching, selecting a region, or double tapping at the required position.
View information about the data point closest to the touch contact point using the trackball in WinUI charts.
WinUI Chart Trackball documentation
Apply a data template to the trackball view to display additional information about the data point.
Customize the appearance of the trackball label and line using the built-in APIs.
Displays a pop-up with additional information when the mouse pointer touches a data point.
WinUI Chart Tooltip documentation
Apply a data template to the tooltip view to display additional information about the data point.
Customize the appearance of tooltips view using the built-in APIs.
Interactively select and highlight a data point. This is widely used to navigate to another page of information about a selected data point or update other components in the same page based on the selected data point in the chart.
WinUI Chart Selection documentation
Select a point in a series. Adding color to the selected data will make charts more interactive.
Select a series from the chart series collection. Adding color to the selected series will make charts more interactive.