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.
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.
???????