Skip to content

Commit 4570180

Browse files
Update README.md
1 parent 5d253ac commit 4570180

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How-to-synchronize-the-trackball-in-multiple-WPF-Charts
1+
# How to synchronize the trackball in multiple WPF Charts
22
This article explains how to synchronize the Trackball in multiple WPF Charts using Syncfusion's SfChart control.Synchronizing the Trackball across multiple charts allows users to view related data points in different charts simultaneously, enhancing the data analysis experience. This is particularly useful when dealing with comparative data spread across multiple series or charts, as it provides a unified interaction mechanism.
33

44
# SFChart
@@ -9,6 +9,10 @@ The SfChart is a powerful and flexible charting library designed to render high-
99

1010
The TrackballBehavior is a useful feature in the SfChart that enables users to display interactive data tooltips when hovering over a chart. It provides detailed information about data points, such as their X and Y values, and can be customized to display additional content as required.
1111

12+
# Output
13+
![MainWindow 2025-01-02 12-19-29](https://github.com/user-attachments/assets/3e401e8c-b56c-4de5-a6ae-c13c20af52f9)
14+
15+
1216
# Troubleshooting
1317
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.
1418

0 commit comments

Comments
 (0)