Table of Contents

Interface IChartTrendLines

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IChartTrendLines

Properties

Count

int Count { get; }

Property Value

int

this[int]

IChartTrendLine this[int iIndex] { get; }

Parameters

iIndex int

Property Value

IChartTrendLine

Methods

Add()

IChartTrendLine Add()

Returns

IChartTrendLine

Add(TrendLineType)

IChartTrendLine Add(TrendLineType type)

Parameters

type TrendLineType

Returns

IChartTrendLine

Clear()

void Clear()

RemoveAt(int)

void RemoveAt(int index)

Parameters

index int