Skip to content

Commit 5d253ac

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

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
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+
# Troubleshooting
13+
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.
14+
15+
For a step by step procedure, refer to the [Synchronize trackball]() KB article.

0 commit comments

Comments
 (0)