Formatting Trackball Labels
This article demonstrates how to customize the trackball labels text and styles. This can be achieved in the TextNeeded event of the trackball controller. This event is fired when the user hover over a particular data point with the mouse and can be used to set any styles and text, depending on your preferences.
Figure 1: Formatting TrackBall
1. You should subscribe to the TextNeeded event and add the ChartTrackballController to the chart as follows.
Add Controller
2. Now, you can use the TextNeeded and change any properties you desire.
Handle TextNeeded
The code for getting the current data point can depend on the used series type. For example if you use scatter chart, you should use ScatterDataPoint type.