An object that represents a specific series in a chart

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; }

Apply the picture to the end of the series.

public bool ApplyPicToEnd { get; set; }

Apply the picture to the front of the series.

public bool ApplyPicToFront { get; set; }

Apply the picture to the sides.

public bool ApplyPicToSides { get; set; }

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; }

Specifies which axis group this series applies to.

public AxisGroup AxisGroup { get; set; }

Determines the shape of the bar for this series. Applicable only for 3D bar charts.

public BarShape? BarShape { get; set; }

Returns the resolved value of the property.

public BarShape BarShapeResolved { get; }

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; }

Returns or sets a instance which determines the properties for a box and whisker chart.

public BoxAndWhiskerSettings BoxAndWhiskerSettings { get; set; }

Returns or sets a instance that determines the bubble sizes in a bubble chart.

public SeriesValues BubbleSizes { get; set; }

Specifies the type of chart for this series. Applicable only for combo charts.

public ChartType ChartType { get; set; }

Returns a instance which applies to all instances which do not have a specific setting for a given property.

public SeriesDataLabels DataLabels { get; }

Returns a of instances which represent the individual data points in this series.

public DataPointCollection DataPointCollection { get; }

Returns or sets an object.

public ErrorBars ErrorBars { get; set; }

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; }

Returns or sets a instance which defines the appearance and behavior for a geographic map chart.

public GeographicMapSettings GeographicMapSettings { get; set; }

Determines if negative values will be inverted.

public bool InvertIfNegative { get; set; }

Returns or sets the instance.

public LeaderLines LeaderLines { get; set; }

Determines the and of a series line.

public ChartLine Line { get; set; }

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

public ChartBorder MarkerBorder { get; set; }

Defines the appearance for the marker.

public ChartFillBase MarkerFill { get; set; }

Determines the size of the markers.

public int MarkerSize { get; set; }

Determines the style of the markers

public MarkerStyle MarkerStyle { get; set; }

The name of the series

public SeriesName Name { get; set; }

Returns or sets a reference to the owning . Applicable only for a line series in a Pareto chart.

public Series OwningSeries { get; set; }

Determines whether pictures are scaled, stacked, or stretched.

public PictureType PictureType { get; set; }

Returns or sets a value which defines the unit of measure when is set to Stack.

public double PictureUnit { get; set; }

The plotting order for the data series.

public int PlotOrder { get; set; }

Returns or sets a boolean value indicating whether to display .

public bool ShowDataLabels { get; set; }

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; }

Determines whether a smoothing effect should be applied.

public bool Smooth { get; set; }

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; }

Returns or sets a instance that contains a collection of all the values in the series.

public SeriesValues Values { get; set; }

Returns or sets a instance that contains a collection of all the x values in the series.

public XValues XValues { get; set; }