[]
Represents a single point in a chart series.
public interface IPoint
Public Interface IPoint
| Name | Description |
|---|---|
| DataLabel | Returns the IDataLabel object that represents the data label associated with the point. |
| Explosion | Gets or sets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie). |
| Format | Returns the IChartFormat object (read-only). |
| Has3DEffect | Gets or sets whether a point has a three-dimensional appearance. |
| HasDataLabel | Gets or sets whether the point has a data label. |
| InvertIfNegative | Gets or sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. |
| IsTotal | Gets or sets whether the point is a total data point. Valid only for waterfall charts. |
| MarkerFormat | Gets the marker format for this point. |
| MarkerSize | Gets or sets the data marker size in points. |
| MarkerStyle | Gets or sets the marker style for a point or series in a line, scatter, or radar chart. |
| Parent | Returns the parent object for the specified object. |
| PictureType | Gets or sets the way pictures are displayed on a column or bar picture chart. |
| PictureUnit | Gets or sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored). |
| SecondaryPlot | Gets or sets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts. |