You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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