I’m working with SpreadsheetGear to generate a line chart in a .NET application. My requirement is to have multiple data series in the chart’s dataset but selectively display only certain series on the chart.
I’ve played around with the SetSourceData()
method changing the references.
I have also tried setting the Format.Line.Visible
property to false
to hide the series, but this was not the proper solution of setting the selected series for the chart.
New contributor
Henry Grove is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.