Article ID: 113997
Article Last Modified on 1/9/2003
Sub Command1_Click ()
' Remove the apostrophe from following line to remove the legend:
' graph1.DataReset = 5
graph1.ThisPoint = 1
graph1.LegendText = "1992"
graph1.ThisPoint = 2
graph1.LegendText = ""
graph1.NumSets = 1
graph1.DrawMode = 2
End Sub
Sub Command2_Click ()
graph1.LegendText = "1992"
graph1.NumSets = 2
graph1.ThisPoint = 2
graph1.LegendText = "1993"
graph1.DrawMode = 2
End Sub
81999 BUG: Graph: AutoInc Increments ThisPoint Instead of ThisSet
82155 VB Graph Control: ThisPoint, ThisSet Reset to 1 at Run Time
96450 Set DrawMode to 2 Or 3 to Update Changes to Graph at Run Time
Additional query words: 3.00
Keywords: KB113997