Represents the a specific data point in a .
Inheritance
object
Properties
Section titled "Properties"Chart
Section titled "Chart"Inherited from: ChartObject
Returns the owning chart (read-only)
public WorksheetChart Chart { get; } Owner
Section titled "Owner"Inherited from: ChartObject
returns this object's owner. (read-only)
public ChartObject Owner { get; } Sheet
Section titled "Sheet"Inherited from: ChartObject
The owning sheet (read-only)
public Sheet Sheet { get; } Workbook
Section titled "Workbook"Inherited from: ChartObject
The owning workbook (read-only)
public Workbook Workbook { get; } Worksheet
Section titled "Worksheet"Inherited from: ChartObject
The owning worksheet (read-only)
public Worksheet Worksheet { get; } ApplyPicToEnd
Section titled "ApplyPicToEnd"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; } ApplyPicToFront
Section titled "ApplyPicToFront"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; } ApplyPicToSides
Section titled "ApplyPicToSides"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; } Border
Section titled "Border"Determines the appearance of the border drawn around the data point's area.
public ChartBorder Border { get; set; } DataLabel
Section titled "DataLabel"Returns or sets a instance which defines the properties of the label displayed for this data point.
public DataLabel DataLabel { get; set; } Explosion
Section titled "Explosion"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; } InvertIfNegative
Section titled "InvertIfNegative"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; } MarkerBorder
Section titled "MarkerBorder"Determines the appearance of the (a.k.a. outline) of the marker for this data point.
public ChartBorder MarkerBorder { get; set; } MarkerFill
Section titled "MarkerFill"Defines the appearance of the marker for this data point.
public ChartFillBase MarkerFill { get; set; } MarkerSize
Section titled "MarkerSize"Determines the size of the marker for this data point.
public int? MarkerSize { get; set; } MarkerStyle
Section titled "MarkerStyle"Determines the style of the marker for this data point.
public MarkerStyle? MarkerStyle { get; set; } SetAsTotal
Section titled "SetAsTotal"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; }