Point Members

Include Protected Members
Include Inherited Members

Represents a single point in a series in a chart.

The Point type exposes the following members.

Properties

  Name Description
Public property Application When used without an object qualifier, returns an Application object that represents the Microsoft PowerPoint application. When used with an object qualifier, returns an Application object that represents the creator of the specified object (you can use this property with an Automation object to return the application of that object). Read-only.
Public property ApplyPictToEnd true if a picture is applied to the end of the point or all points in the series. Read/write Boolean value.
Public property ApplyPictToFront true if a picture is applied to the front of the point or all points in the series. Read/write Boolean value.
Public property ApplyPictToSides true if a picture is applied to the sides of the point or all points in the series. Read/write Boolean value.
Public property Border Reserved for internal use.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only.
Public property DataLabel Returns the data label associated with the point. Read-only DataLabel.
Public property Explosion Returns or sets the explosion value for a pie-chart or doughnut-chart slice. Read/write 64-bit signed integer.
Public property Fill Reserved for internal use.
Public property Format Returns the line, fill, and effect formatting for the object. Read-only ChartFormat.
Public property Has3DEffect true if a point has a three-dimensional appearance. Read/write Boolean value.
Public property HasDataLabel true if the point has a data label. Read/write Boolean value.
Public property Height Returns the height, in points, of the object. Read-only.
Public property Interior Reserved for internal use.
Public property InvertIfNegative true if Microsoft PowerPoint inverts the pattern in the object when it corresponds to a negative number.
Public property Left Returns a value that represents the distance, in points, from the left edge of the object to the left edge of the chart area. Read-only.
Public property MarkerBackgroundColor Sets the marker background color as an RGB value or returns the corresponding color index value. Read/write.
Public property MarkerBackgroundColorIndex Returns or sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Read/write.
Public property MarkerForegroundColor Sets the marker foreground color as an RGB value or returns the corresponding color index value. Read/write.
Public property MarkerForegroundColorIndex Returns or sets the marker foreground color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Read/write.
Public property MarkerSize Returns or sets a 64-bit signed integer representing the data-marker size, in points.
Public property MarkerStyle Returns or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. Read/write XlMarkerStyle.
Public property Name Returns the object name. Read-only.
Public property Parent Returns the parent for the specified object.
Public property PictureType Returns or sets a value that specifies how pictures are displayed on a column or bar picture chart. Read/write XlChartPictureType.
Public property PictureUnit Reserved for internal use.
Public property PictureUnit2 Returns or sets a 64-bit signed integer representing the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).
Public property SecondaryPlot true if the point is in the secondary section of either a pie-of-pie chart or a bar-of-pie chart. Read/write Boolean value.
Public property Shadow Returns or sets a value that indicates whether the object has a shadow. Read/write Boolean value.
Public property Top Returns a value that represents the distance, in points, from the top edge of the object to the top edge of the chart area. Read-only.
Public property Width Returns the width, in points, of the object. Read-only.

Top

Methods

  Name Description
Public method _ApplyDataLabels Reserved for internal use.
Public method ApplyDataLabels Applies data labels to a point.
Public method ClearFormats Clears the formatting of the object.
Public method Copy If the point has a picture fill, copies the picture to the Clipboard.
Public method Delete Deletes the object.
Public method Paste Pastes a picture from the Clipboard as the marker on the selected point.
Public method PieSliceLocation Returns the vertical or horizontal position, in points, of a point on a chart item from the top or left edge of the object to the top or left edge of the chart area.
Public method Select Selects the object.

Top

See Also

Reference

Point Interface

Microsoft.Office.Interop.PowerPoint Namespace