Skip to content

Commit 1cd0517

Browse files
Merge branch 'Prepare_sample_for_trackball_synchronize' of https://github.com/SyncfusionExamples/How-to-synchronize-the-trackball-with-different-chart-area-in-WPF-Chart into Prepare_sample_for_trackball_synchronize
2 parents 19881a1 + a24a745 commit 1cd0517

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# How-to-synchronize-the-trackball-with-different-chart-area-in-WPF-Chart
2-
This article shows how to synchronize the trackball with different chart area in WPF Chart
1+
# How to synchronize the trackball in multiple WPF Charts
2+
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.
3+
4+
# SFChart
5+
6+
The SfChart is a powerful and flexible charting library designed to render high-performance charts with a wide variety of customizable features. It supports multiple chart types, including Line, Bar, Area, and more, making it an excellent tool for visualizing complex datasets.
7+
8+
# Trackball
9+
10+
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.
11+
12+
# Output
13+
![Synchronize trackballs](https://github.com/user-attachments/assets/3e401e8c-b56c-4de5-a6ae-c13c20af52f9)
14+
15+
16+
# Troubleshooting
17+
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.
18+
19+
For a step by step procedure, refer to the [Synchronize trackball]() KB article.

0 commit comments

Comments
 (0)