ExcelChartSeries Class

Represents a data series in a Excel chart

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelChartSeries
Inheritance
Object    ExcelChartSeries

Properties

Border Gets the border of the data point in this series.
CategoryNamesRange Gets or sets the range from where the category names for this series are taken.
ChartType Gets or sets the chart type of the series. Series in an Excel chart can have different types. For example a serie can be of column type and another serie of line type. By default the chart type of the series is taken from the chart parent.
DataPoints Gets the collection of data points of this series
Interior Gets the series interior.
Name Gets or sets the series name.
ValuesRange Gets or sets the range from where the series values are taken.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also