Table of Contents

Interface IChartSeries

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IChartSeries : IExcelApplication, ICollection<IChartSerie>, IEnumerable<IChartSerie>, IEnumerable
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

Methods

Remove(string)

void Remove(string serieName)

Parameters

serieName string

RemoveAt(int)

void RemoveAt(int index)

Parameters

index int