Point Object
Office 2007
| Excel Developer Reference |
Remarks
The Point object is a member of the Points collection. The Points collection contains all the points in one series.
Example
Use Points(
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.| Visual Basic for Applications |
|---|
|