Programming Considerations > Programming With Objects |
When you create a 2D Chart control, a Chart2D object is created. This object, like other Visual Basic objects, has properties defined for it. You can change the behavior of your chart by changing these properties.
The Object Reference describes the Chart2D object, the sub-objects automatically created when the Chart2D object is created, and the properties defined for each object. Properties that are read-only are indicated as such in their object description.
Navigating the Object Hierarchy
Using Collections with Objects