Results 1 to 3 of 3

Thread: Unable to programmically update points on a Chart in vb 2010

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2010
    Location
    Lake Gaston, NC
    Posts
    453

    Unable to programmically update points on a Chart in vb 2010

    I am using vb 2010 in VS 2010 Express.

    I have a Chart control which is named Chart1.

    Imports System.Windows.Forms.DataVisualization.Charting

    I tried to change one of the Title lines with the following code:

    Chart1.titles.SpNameTitle.text = "Tom Jones"

    I am getting this error on the Chart1 part of the above code: 'Chart1' is not defined. It may be inaccessable due to it's protection level.

    How can that be? My chart is named Chart1?
    Last edited by DexterRose; Apr 25th, 2013 at 06:19 PM.

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