Represents the a specific data point in a .

Inheritance

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns or sets a value indicating whether a picture is applied to the end of the point or all points in the series.

public ExcelDefaultableBoolean ApplyPicToEnd { get; set; }

Returns or sets a value indicating whether a picture is applied to the front of the point or all points in the series.

public ExcelDefaultableBoolean ApplyPicToFront { get; set; }

Returns or sets a value indicating whether a picture is applied to the sides of the point or all points in the series.

public ExcelDefaultableBoolean ApplyPicToSides { get; set; }

Determines the appearance of the border drawn around the data point's area.

public ChartBorder Border { get; set; }

Returns or sets a instance which defines the properties of the label displayed for this data point.

public DataLabel DataLabel { get; set; }

Returns or sets the explosion value for a pie-chart or doughnut-chart slice.

public int? Explosion { get; set; }

Returns or sets a derived object which defines the fill properties for the data point.

public ChartFillBase Fill { get; set; }

Returns or sets a value indicating whether the pattern is inverted in the item when it corresponds to a negative number.

public ExcelDefaultableBoolean InvertIfNegative { get; set; }

Determines the appearance of the (a.k.a. outline) of the marker for this data point.

public ChartBorder MarkerBorder { get; set; }

Defines the appearance of the marker for this data point.

public ChartFillBase MarkerFill { get; set; }

Determines the size of the marker for this data point.

public int? MarkerSize { get; set; }

Determines the style of the marker for this data point.

public MarkerStyle? MarkerStyle { get; set; }

Returns or sets a boolean value indicating whether this data point represents a total or subtotal in a waterfall chart.

public bool SetAsTotal { get; set; }