[]
Represents a single point in a chart series.
public interface IPoint
Returns the IDataLabel object that represents the data label associated with the point.
IDataLabel DataLabel { get; }
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).
int Explosion { get; set; }
Returns the IChartFormat object (read-only).
IChartFormat Format { get; }
Gets or sets whether a point has a three-dimensional appearance.
bool Has3DEffect { get; set; }
Gets or sets whether the point has a data label.
bool HasDataLabel { get; set; }
Gets or sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
bool InvertIfNegative { get; set; }
Gets or sets whether the point is a total data point. Valid only for waterfall charts.
bool IsTotal { get; set; }
Gets the marker format for this point.
IChartFormat MarkerFormat { get; }
Gets or sets the data marker size in points.
int MarkerSize { get; set; }
Gets or sets the marker style for a point or series in a line, scatter, or radar chart.
MarkerStyle MarkerStyle { get; set; }
Returns the parent object for the specified object.
ISeries Parent { get; }
Gets or sets the way pictures are displayed on a column or bar picture chart.
DrawingPictureType PictureType { get; set; }
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).
double PictureUnit { get; set; }
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.
bool SecondaryPlot { get; set; }