I have a graphic with 2 series, I've a problem with trackballs, for serie1 its working fine but for serie2 always shows trackballs values, I mark in orange the error in "AllSeries" image
The trackball configuration is:
chartControl.Trackball.Visible = visible;
chartControl.Trackball.DisplayMode = TrackballTooltipDisplayMode.Float;
chartControl.Trackball.Tooltip.XValueFormat = "0";
chartControl.Trackball.Tooltip.YValueFormat = "F2"; //SyncfusionHelper.ObtenerFormatoPorTipoDato(TipoDato);
chartControl.Crosshair.Visible = true;
chartControl.Trackball.Tooltip.CornerRadius = 5;0
|
Please clear the NuGet cache, before using the latest one.
https://www.syncfusion.com/kb/6987/how-to-clear-nuget-cache |
Hello, first of all thanks for the excellent service and best feedback.
I take into account all comments and move forward with the patch to validate the solution.
Great!! Already installed. I'm going to check my code because still begin appearing multiple values
A example image:
I already restarted Visual Studio several times and even clean the Visual Studio's cache
The "dotted" series present this information,
in the first part of the graph it is displayed correctly
If I graph all the information in a single series, the trackball is displayed perfectly, without duplications.
Great!!!, thanks!