[]
Represents a single point in a series in a chart.
public interface IPoint
Public Interface IPoint
| Name | Description |
|---|---|
| DataLabel | Gets an IDataLabel object that represents the data label associated with the point. |
| Effect3D | Gets or sets a value indicating whether a point has a three-dimensional appearance. |
| Explosion | Gets or sets the explosion value for a pie-chart or doughnut-chart slice. |
| Format | Gets the IChartFormat object. |
| InvertIfNegative | Gets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number. |
| IsTotal | Gets or sets a value indicating whether the point represents a total. |
| MarkerBackgroundColor | Gets or set the marker background color as an RGB value or returns the corresponding color index value. |
| MarkerBackgroundColorIndex | Gets or sets the marker background color as an index into the current color palette, or as one of the following constants: ColorIndexAutomatic or ColorIndexNone. |
| MarkerForegroundColor | Gets or set the marker foreground color as an RGB value or returns the corresponding color index value. |
| MarkerForegroundColorIndex | Gets or sets the marker foreground color as an index into the current color palette, or as one of the following constants: ColorIndexAutomatic or ColorIndexNone. |
| MarkerSize | Gets or sets the data-marker size, in points. Can be a value from 2 through 72. |
| MarkerStyle | Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. |
| SecondaryPlot | Gets or sets a value indicating whether the point is in the secondary section of either a Pie of Pie chart or a Bar of Pie chart. |
| ShowDataLabel | Gets or sets a value indicating whether the point has a data label. |
| Name | Description |
|---|---|
| ApplyDataLabels(DataLabelVisibilities, string) | Applies data labels to a point. |
| ClearFormats() | Clears the formatting of the object. |