GrapeCity.Xaml.Excel
DisplayEquation Property (IExcelTrendLine)


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

Reference

IExcelTrendLine Interface
IExcelTrendLine Members