GrapeCity.Xaml.Excel
Trendlines Property (IExcelBubbleSeries)


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

Reference

IExcelBubbleSeries Interface
IExcelBubbleSeries Members