Best Regards,Nevron Support Team
Hi Daniel,There is no way to hide legend data items individually. You can control whether certain series output information to the legend using the series legend object attached to them - for example:series.Legend.Mode = SeriesLegendMode.None;Disables the output of the series on the legend.