Table of Contents

Class ChartSeries

Namespace
Spire.Xls.Charts
Assembly
Spire.XLS.dll
public class ChartSeries : XlsChartSeries, IChartSeries, IExcelApplication, ICloneParent, IList<IChartSerie>, ICollection<IChartSerie>, IEnumerable<IChartSerie>, IEnumerable
Inheritance
ChartSeries
Implements
Inherited Members

Properties

CategoryData

public string CategoryData { get; set; }

Property Value

string

this[int]

Returns a single Name object from a Names collection.

public ChartSerie this[int index] { get; }

Parameters

index int

Property Value

ChartSerie

this[string]

Returns a single Name object from a Names collection.

public ChartSerie this[string name] { get; }

Parameters

name string

Property Value

ChartSerie

Methods

Add()

public ChartSerie Add()

Returns

ChartSerie

Add(ChartSerie)

public ChartSerie Add(ChartSerie serieToAdd)

Parameters

serieToAdd ChartSerie

Returns

ChartSerie

Add(ExcelChartType)

public ChartSerie Add(ExcelChartType serieType)

Parameters

serieType ExcelChartType

Returns

ChartSerie

Add(string)

public ChartSerie Add(string name)

Parameters

name string

Returns

ChartSerie

Add(string, ExcelChartType)

public ChartSerie Add(string name, ExcelChartType serieType)

Parameters

name string
serieType ExcelChartType

Returns

ChartSerie

Add(string, bool)

public int Add(string area, bool isVertical)

Parameters

area string
isVertical bool

Returns

int

ClearDataFormats(ChartSerieDataFormat)

public void ClearDataFormats(ChartSerieDataFormat format)

Parameters

format ChartSerieDataFormat