Is there a way to turn off the fill up with line chart. I have a chart with about 12 lines (for temperatues) and the fill up makes the chart not good readable.
Is there a way to turn off the fill up with line chart. I have a chart with about 12 lines (for temperatues) and the fill up makes the chart not good readable.
I got it!. It was right under my nose. Set the chartlinear fill to false:
ChartLinearDataset(Comment, vlBlue, False, fifthSetOfData) (default is True)