The .NET MAUI Cartesian Chart control supports interactive features such as zooming and panning, tooltip, trackball, and selection. Configure these interactive features using developer-friendly APIs. Charts allow end users to experience smooth interactions.
Improve the readability of large numbers of data points by zooming and panning. Pinch or double tap to zoom in.
Display a pop-up with additional information when a user taps on a data point.
View information about the data point closest to the touch contact point using the trackball in .NET MAUI Cartesian Charts.
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.
Allows you to select a series from the chart series collection. Adding color to the selected series will make charts more interactive.