An object that represents a specific series in a chart
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"Apply the picture to the end of the series.
public bool ApplyPicToEnd { get; set; } ApplyPicToFront
Section titled "ApplyPicToFront"Apply the picture to the front of the series.
public bool ApplyPicToFront { get; set; } ApplyPicToSides
Section titled "ApplyPicToSides"Apply the picture to the sides.
public bool ApplyPicToSides { get; set; } AxisBinning
Section titled "AxisBinning"Returns or sets a instance which determines the binning properties for the category axis on a histogram or pareto chart.
public CategoryAxisBinning AxisBinning { get; set; } AxisGroup
Section titled "AxisGroup"Specifies which axis group this series applies to.
public AxisGroup AxisGroup { get; set; } BarShape
Section titled "BarShape"Determines the shape of the bar for this series. Applicable only for 3D bar charts.
public BarShape? BarShape { get; set; } BarShapeResolved
Section titled "BarShapeResolved"Returns the resolved value of the property.
public BarShape BarShapeResolved { get; } Border
Section titled "Border"Determines the appearance of the border drawn around the area. Applicable only for chart series which support fills, such as bar charts, area charts, and pie charts.
public ChartBorder Border { get; set; } BoxAndWhiskerSettings
Section titled "BoxAndWhiskerSettings"Returns or sets a instance which determines the properties for a box and whisker chart.
public BoxAndWhiskerSettings BoxAndWhiskerSettings { get; set; } BubbleSizes
Section titled "BubbleSizes"Returns or sets a instance that determines the bubble sizes in a bubble chart.
public SeriesValues BubbleSizes { get; set; } ChartType
Section titled "ChartType"Specifies the type of chart for this series. Applicable only for combo charts.
public ChartType ChartType { get; set; } DataLabels
Section titled "DataLabels"Returns a instance which applies to all instances which do not have a specific setting for a given property.
public SeriesDataLabels DataLabels { get; } DataPointCollection
Section titled "DataPointCollection"Returns a of instances which represent the individual data points in this series.
public DataPointCollection DataPointCollection { get; } ErrorBars
Section titled "ErrorBars"Returns or sets an object.
public ErrorBars ErrorBars { get; set; } Explosion
Section titled "Explosion"Returns or sets a value which determines the amount by which individual slices are offset from the center of the pie or doughnut, expressed as a percentage of the radius.
public int Explosion { get; set; } Returns or sets a derived object which defines the fill for this series. Not applicable for line charts.
public ChartFillBase Fill { get; set; } GeographicMapSettings
Section titled "GeographicMapSettings"Returns or sets a instance which defines the appearance and behavior for a geographic map chart.
public GeographicMapSettings GeographicMapSettings { get; set; } InvertIfNegative
Section titled "InvertIfNegative"Determines if negative values will be inverted.
public bool InvertIfNegative { get; set; } LeaderLines
Section titled "LeaderLines"Returns or sets the instance.
public LeaderLines LeaderLines { get; set; } Determines the and of a series line.
public ChartLine Line { get; set; } MarkerBorder
Section titled "MarkerBorder"Determines the appearance of the (a.k.a. outline) for the marker.
public ChartBorder MarkerBorder { get; set; } MarkerFill
Section titled "MarkerFill"Defines the appearance for the marker.
public ChartFillBase MarkerFill { get; set; } MarkerSize
Section titled "MarkerSize"Determines the size of the markers.
public int MarkerSize { get; set; } MarkerStyle
Section titled "MarkerStyle"Determines the style of the markers
public MarkerStyle MarkerStyle { get; set; } The name of the series
public SeriesName Name { get; set; } OwningSeries
Section titled "OwningSeries"Returns or sets a reference to the owning . Applicable only for a line series in a Pareto chart.
public Series OwningSeries { get; set; } PictureType
Section titled "PictureType"Determines whether pictures are scaled, stacked, or stretched.
public PictureType PictureType { get; set; } PictureUnit
Section titled "PictureUnit"Returns or sets a value which defines the unit of measure when is set to Stack.
public double PictureUnit { get; set; } PlotOrder
Section titled "PlotOrder"The plotting order for the data series.
public int PlotOrder { get; set; } ShowDataLabels
Section titled "ShowDataLabels"Returns or sets a boolean value indicating whether to display .
public bool ShowDataLabels { get; set; } ShowWaterfallConnectorLines
Section titled "ShowWaterfallConnectorLines"Returns or sets a boolean value indicating whether to display connecting lines between the data points in a waterfall chart.
public bool ShowWaterfallConnectorLines { get; set; } Smooth
Section titled "Smooth"Determines whether a smoothing effect should be applied.
public bool Smooth { get; set; } TrendlineCollection
Section titled "TrendlineCollection"Returns a collection of instances for this series.
public TrendlineCollection TrendlineCollection { get; } Returns or sets a value which determines the type of this series. Applicable only for combo charts.
public SeriesType Type { get; set; } Values
Section titled "Values"Returns or sets a instance that contains a collection of all the values in the series.
public SeriesValues Values { get; set; } XValues
Section titled "XValues"Returns or sets a instance that contains a collection of all the x values in the series.
public XValues XValues { get; set; }