Hai
I see a line in column chart behind the bars. I don't want this. I tried to remove this but dint get success. Can you tell me how to remove this lines? If i set a far margin value for the X axis means the line comes near that bar. It looks not good. Please find the attachment.
Thanks!
Are you referring to the gridlines?
They can be turned off by setting:chart.Axis.X.MajorGridLines.Visible = falsechart.Axis.X.MinorGridLines.Visible = falseand the same way for the Y axis.
Is there a way to remove or hide individual lines. For instance I have point for each day yet the only label I show is the first of the month. I'd line to show a line for the first and hide the line for all other days?
Thanks.
Dennis