XlsChartSerie
TrendLines Property
|
Represents serie trend lines collection. Read only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartTrendLines TrendLines { get; }
Public ReadOnly Property TrendLines As IChartTrendLines
Get
public:
virtual property IChartTrendLines^ TrendLines {
IChartTrendLines^ get () sealed;
}
abstract TrendLines : IChartTrendLines with get
override TrendLines : IChartTrendLines with get
Property Value
Type:
IChartTrendLines
Implements
IChartSerie
TrendLines
See Also