GrapeCity.Xaml.Excel
DisplayRSquaredValue Property (ExcelTrendLine)


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

Reference

ExcelTrendLine Class
ExcelTrendLine Members