Skip to content

Commit fd29b16

Browse files
Merge pull request #3 from Priyadharshini-Sf4862/WPF-956968-WPFKBImprovement
WPF-956968-KB sample readme file updated
2 parents 091cab2 + 24e0bb6 commit fd29b16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 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.
2+
This article explains how to synchronize the Trackball in multiple WPF Charts using [Syncfusion's SfChart](https://www.syncfusion.com/wpf-controls/charts) 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

4-
# SFChart
4+
# SfChart
55

66
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.
77

88
# Trackball
99

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.
10+
The [TrackballBehavior](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Charts.ChartTrackBallBehavior.html) 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

1212
# Output
1313
![Synchronize trackballs](https://github.com/user-attachments/assets/3e401e8c-b56c-4de5-a6ae-c13c20af52f9)
@@ -16,4 +16,4 @@ The TrackballBehavior is a useful feature in the SfChart that enables users to d
1616
# Troubleshooting
1717
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.
1818

19-
For a step by step procedure, refer to the [Synchronize trackball]() KB article.
19+
For a step by step procedure, refer to the [how to synchronize trackballs in WPF Chart](https://support.syncfusion.com/kb/article/18530/how-to-synchronize-the-trackball-in-multiple-wpf-charts) KB article.

0 commit comments

Comments
 (0)