GrapeCity.Xaml.Excel
DisplayRSquaredValue Property (IExcelTrendLine)


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

Reference

IExcelTrendLine Interface
IExcelTrendLine Members