Share via


Visual Basic: MSChart Control

DataPoints Collection

See Also   Example   Properties   Methods   Events

A group of chart data points.

Syntax

object**.DataPoints.**(index)

The DataPoints collection syntax has these parts:

Part Description
object An object expression that evaluates to an object the Applies To list.
index Identifies a specific data point within the current series. For this version of the chart, 1 is the only valid value for this argument. This allows you two make changes to the default settings for all data points in the series. Settings cannot be changed for individual data points within the series.