GrapeCity.Xaml.Excel
Trendlines Property (IExcelScatterSeries)


GrapeCity.Excel.Chart Namespace > IExcelScatterSeries Interface : Trendlines Property
Represents collection of trend lines.
Syntax
'Declaration
 
Property Trendlines As List(Of IExcelTrendLine)
'Usage
 
Dim instance As IExcelScatterSeries
Dim value As List(Of IExcelTrendLine)
 
instance.Trendlines = value
 
value = instance.Trendlines
List<IExcelTrendLine> Trendlines {get; set;}
See Also

Reference

IExcelScatterSeries Interface
IExcelScatterSeries Members