How To Synchronize .NET MAUI Cartesian Chart Trackball With .NET MAUI Slider

Sample date Updated on Dec 02, 2025
cartesian-chart charts maui maui-chart maui-toolkit real-time-update slider synchronization trackball user-interaction

This repository contains a sample project demonstrating how to synchronize the trackball behavior of a .NET MAUI SfCartesianChart with a Slider control, enabling interactive data exploration through synchronized navigation.

In .NET MAUI SfCartesianChart, synchronizing the trackball behavior with a slider control enables users to interactively explore data points by navigating through chart positions using the slider. This creates a dynamic data exploration experience where the trackball automatically displays corresponding data values at the selected position.

Output trackball-slider-updated

Troubleshooting

Path too long exception

If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.

Up arrow