GrapeCity.Xaml.Excel
TrendlineType Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : TrendlineType Property
Specifies the style of the trendline.
Syntax
'Declaration
 
Public Property TrendlineType As ExcelTrendLineType
'Usage
 
Dim instance As ExcelTrendLine
Dim value As ExcelTrendLineType
 
instance.TrendlineType = value
 
value = instance.TrendlineType
public ExcelTrendLineType TrendlineType {get; set;}
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members