RegressionPlot
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.Statistics.RegressionPlot
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Plot | 1 | Plot of the linear regression result |
03 Members
Plot(
IFitted, String, String, String, String, String, Single, String, String, String, String, String, String, String, String, IEnumerable(Of NamedValue(Of Double)), Boolean, String, String, String, String, String, String, Boolean, Int32, String, Boolean, Boolean, Boolean, String, String, String, String, Int32, Drivers)Plot of the linear regression result
Parameters
| Name | Type | Description |
|---|---|---|
fit | IFitted | - |
size$ | String | - |
bg$ | String | - |
margin$ | String | - |
xLabel$ | String | - |
yLabel$ | String | - |
pointSize! | Single | - |
title$ | String | - |
titleFontCss$ | String | - |
pointBrushStyle$ | String | - |
errorFitPointStyle$ | String | - |
predictPointStyle$ | String | - |
regressionLineStyle$ | String | - |
predictPointStroke$ | String | - |
labelAnchorLineStroke$ | String | - |
predictedX | IEnumerable(Of NamedValue(Of Double)) | - |
showLegend | Boolean | - |
legendLabelFontCSS$ | String | - |
pointLabelFontCSS$ | String | - |
xAxisTickFormat$ | String | - |
yAxisTickFormat$ | String | - |
showErrorBand | String | - |