Results 1 to 4 of 4

Thread: MSChart "is a pain"

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2004
    Location
    uk
    Posts
    4

    MSChart "is a pain"

    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.

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    Set RandomFill property to FALSE. I think the lines still appear at design time but they should disappear when you run it.
    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2004
    Location
    uk
    Posts
    4
    no I have tried that

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    Set ColumnCount to 0 (zero) and then adjust accordingly in your code when you actually want to display the lines.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width