How to handle same value for multiple LineSeries

Hi all,
if i have 2 LineSeries in a chart with same values i can only see the last one plotted.
Are there any solution for displaying both lines, or both points?

for example here i have 5 lines with the same 0 values and all i can see is the last one plotted (current set point humidity)




I'd like to know there is any method to see all the lines (or at least if i can see all the 0 values in the tooltip)
Thanks


1 Reply

YG Yuvaraj Gajaraj Syncfusion Team October 22, 2021 01:42 PM UTC

Hi Pa, 
  
Greetings from Syncfusion. We have analyzed your query, and we would let you know that there is no property to show the same value series, but there is an option to show the series value in the tooltip as you requested. In TooltipBehavior, there is a property called shared, which will show all the series y values to the respective x point. Also, we recommend that you can use the TrackballBehavior feature available in the chart, and by setting tooltipDisplayMode property value as groupAllPoints, you can show all the series values. We have also attached the sample below for your reference. 
 
Screenshot: 
  
  
  
Regards, 
Yuvaraj. 


Loader.
Up arrow icon