Programming Considerations > Programming With Objects > A Simple Example |
The following statement turns off the chart's double-buffering feature by setting the IsDoubleBuffered property of the Chart2D object to False:
Chart2D1.IsDoubleBuffered = False
By default, the first Chart2D object created in an application is named Chart2D1, the second is named Chart2D2, and so on. This is standard Visual Basic behavior.