Curt,
I was unable to replicate your issue on my machine. How many tabs
do you have? How many charts are on each Tab? I created a
simple application with an SSTab Control with a Graph on the first two
tabs. When I start the execution, the Charts are updated every 5
seconds from a timer. When I click between tabs, each chart
properly displays the data. I have attached my project
below. As a workaround, you can try to call a refresh for the
currently displayed tab. Try inserting code like this:
Private Sub SSTab1_Click(PreviousTab As Integer)
If SSTab1.Tab = 1 Then
CWGraph1.Refresh
ElseIf SSTab1.Tab = 2 Then
CWGraph2.Refresh
Else
CWGraph3.Refresh
End If
End Sub
If this does not work, try to replicate the issue with as small of a
project as possible and post it here. I can take a look at the
code to see what may be going on.
Good Luck
Tyler T.
Applications Engineer
National Instruments