when you drop the mschart icon on a form and set the number of columns, you get lines drawn with default data. How do you get rid of the default line. It is even there when I run the form without data in the chart.
Printable View
when you drop the mschart icon on a form and set the number of columns, you get lines drawn with default data. How do you get rid of the default line. It is even there when I run the form without data in the chart.
Set RandomFill property to FALSE. I think the lines still appear at design time but they should disappear when you run it.
no I have tried that
Set ColumnCount to 0 (zero) and then adjust accordingly in your code when you actually want to display the lines.