Point Object
Description
Represents a single point in a series in a chart. The Point object is a member of the Points collection. The Points collection contains all the points in one series.
Using the Point Object
Use Points(index), where index is the point index number, to return a single Point object. Points are numbered from left to right on the series. Points(1) is the leftmost point, and Points(Points.Count) is the rightmost point. The following example sets the marker style for the third point in series one in embedded chart one on worksheet one. The specified series must be a 2-D line, scatter, or radar series.
Worksheets(1).ChartObjects(1).Chart. _
SeriesCollection(1).Points(3).MarkerStyle = xlDiamond
Properties
Application property, ApplyPictToEnd property, ApplyPictToFront property, ApplyPictToSides property, Border property, Creator property, DataLabel property, Explosion property, Fill property, HasDataLabel property, Interior property, InvertIfNegative property, MarkerBackgroundColor property, MarkerBackgroundColorIndex property, MarkerForegroundColor property, MarkerForegroundColorIndex property, MarkerSize property, MarkerStyle property, Parent property, PictureType property, PictureUnit property, SecondaryPlot property, Shadow property.
Methods
ApplyDataLabels method, ClearFormats method, Copy method, Delete method, Paste method (Point or Series object), Select method.