Points Property

Microsoft Office Web Components Object Model

Points Property

       

Returns the ChPoints collection for the specified series.

expression.Points

expression   Required. An expression that returns a ChSeries object.

Remarks

For information about returning a single member of a collection, see Returning an Object from a Collection.

Example

This example sets the interior color for point two in the specified series.

ChartSpace1.Charts(0).SeriesCollection(0).Points(2).Interior.Color = "green"