Share via


Visual Basic: MSChart Control

MSChart Control

See Also   Example   Properties   Methods   Events

A chart that graphically displays data.

Syntax

MSChart

Remarks

The MSChart control supports the following features:

  • True three-dimensional representation.

  • Support for all major chart types.

  • Data grid population via random data and data arrays.

The MSChart control is associated with a data grid (DataGrid object). This data grid is a table that holds the data being charted. The data grid can also include labels used to identify series and categories on the chart. The person who designs your chart application fills the data grid with information by inserting data or by importing data from a spreadsheet or array.