GrapeCity.Xaml.Excel
DisplayEquation Property (ExcelTrendLine)


GrapeCity.Excel.Chart Namespace > ExcelTrendLine Class : DisplayEquation Property
Specifies that the equation for the trendline is displayed on the chart.
Syntax
'Declaration
 
Public Property DisplayEquation As Boolean
'Usage
 
Dim instance As ExcelTrendLine
Dim value As Boolean
 
instance.DisplayEquation = value
 
value = instance.DisplayEquation
public bool DisplayEquation {get; set;}
See Also

Reference

ExcelTrendLine Class
ExcelTrendLine Members