The WinUI Cartesian 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 Cartesian Charts allow end users to experience smooth interactions.
Improve the readability of large numbers of data points by zooming and panning. Zooming is performed by pinching, selecting a region, or double tapping at the required position.
Displays a pop-up with additional information when the mouse pointer touches a data point.
WinUI CartesianCharts Tooltip documentation
Apply a data template to the tooltip view to display additional information about the data points.
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 CartesianCharts 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.
View information about the data point closest to the touch contact point using the trackball in WinUI Cartesian Charts.
WinUI CartesianCharts Trackball documentation
Apply a data template to the trackball view to display additional information about the data points.
Customize the appearance of the trackball label and line using the built-in APIs.
Crosshair is used to inspect or focus on an individual data point.