Click or drag to resize

IChartTrendLines Interface

Defines the contract for a chart trend lines component, allowing for the implementation of various trend line functionalities in a chart.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IChartTrendLines

The IChartTrendLines type exposes the following members.

Properties
Name Description
Public property Count
Represents count of trend lines.
Public property Item
Gets single trend line by index. Read only.
Top
Methods
Name Description
Public method Add
Adds new intstance of trendline to collection.
Public method Add(TrendLineType)
Adds new intstance of trendline to collection.
Public method Clear
Clears current collection.
Public method RemoveAt
Removes trend line object from collection.
Top
See Also