Hi,
I'm trying to hide all sections on a line graph where the Y value = 0.
All the solutions i have found require me to use a single series bound to the charts data source property. I'm using a list of chart series that i add to the chart object, so the ItemDataBound event does not get fired.
Attached is the output graph, i need to remove all points before the arrows on each series.
Is there a way to do this?
Much appreciated
I'm trying to hide all sections on a line graph where the Y value = 0.
All the solutions i have found require me to use a single series bound to the charts data source property. I'm using a list of chart series that i add to the chart object, so the ItemDataBound event does not get fired.
Attached is the output graph, i need to remove all points before the arrows on each series.
Is there a way to do this?
Much appreciated