Results 1 to 5 of 5

Thread: LIST ALL msCHART TYPE IN COMBOBOX VB6

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,586

    LIST ALL msCHART TYPE IN COMBOBOX VB6

    Possible to list in combobox all tipe of MSchart?
    tks.

  2. #2
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,064

    Re: LIST ALL msCHART TYPE IN COMBOBOX VB6

    Here you have the list.
    Last edited by Eduardo-; Jun 23rd, 2017 at 02:52 AM.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,586

    Re: LIST ALL msCHART TYPE IN COMBOBOX VB6

    Quote Originally Posted by Eduardo- View Post
    Here you have the list.
    ok. Tks
    but i cannot loop the object via code?

  4. #4
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,064

    Re: LIST ALL msCHART TYPE IN COMBOBOX VB6

    Quote Originally Posted by luca90 View Post
    ok. Tks
    but i cannot loop the object via code?
    May be, but I don't know how.

    PS: If you need the list in other language you can find it in the Object Browser.
    Last edited by Eduardo-; Jun 23rd, 2017 at 03:47 AM.

  5. #5
    PowerPoster ChrisE's Avatar
    Join Date
    Jun 2017
    Location
    Frankfurt
    Posts
    3,048

    Re: LIST ALL msCHART TYPE IN COMBOBOX VB6

    Hello Luca,


    Possible to list in combobox all tipe of MSchart?
    tks.
    whats the point try to loop them into a combobox, there are only 12 and I don't
    think Microsoft is going to Update the Control.

    just add them to a combo or Listbox with add.item....
    Code:
    List1.AddItem ("VtChChartType2dArea")



    or with a commanbutton execute the Style you want ...
    Code:
    Private Sub mnu3Dbar_Click()                        
        MsChart1.chartType = VtChChartType3dBar     
    End Sub
    regards
    Chris

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