Having a lot of trouble hiding one particular Series label from the overall legend using DotNetHighcharts.
I have seen this done for highcharts.js in the following questions accepted answer
HighCharts Hide Series Name from the Legend
However I can't find any way to do it in C#. The reason is because I have a transparent series (bar) on my graph which I need the data from and this feature will solve my issue.
The only thing I've seen close in DotNetHighcharts is plotOptions showInLegend which hides the legend for everything.
The lack of documentation for DotNetHighcharts is pretty aggravating.