Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 992 Bytes

File metadata and controls

14 lines (8 loc) · 992 Bytes

How to synchronize .NET MAUI Cartesian chart trackball with .NET MAUI Slider

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.