Results 1 to 2 of 2

Thread: How to put a MSChart on Tab5 of an SStab control?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2010
    Location
    North St Paul, Minnesota
    Posts
    75

    How to put a MSChart on Tab5 of an SStab control?

    My VB6 project has an SStab interface that displays multiple text reports. The reports are managed as a collection. Now I want to add one or more graphical reports using MSChart. I have made scatter plots with MSChart on a separate form (frmDRchart) that is in the project. I do this by sending a variant matrix containing data to frmDRchart.ChartIt(), which creates the scatter plot.

    The change I want to make is to make the chart appear on Tab5 of the SSTab control. I have not figured out how to do that. I will appreciate any advice.

  2. #2
    PowerPoster SamOscarBrown's Avatar
    Join Date
    Aug 2012
    Location
    NC, USA
    Posts
    9,622

    Re: How to put a MSChart on Tab5 of an SStab control?

    Well, put the MSChart control on your tab. Instead of your ChartIt() routine on frmDRchart, write it on your form that has the SStab sending the plot to the chart on your tab.

    ???????
    Sam I am (as well as Confused at times).

Tags for this Thread

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