LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChSerTrendLine () | |
1 = Show R-squared. More... | |
Public Attributes | |
double | mfIntercept |
double | mfForecastFor |
Forced intercept. More... | |
double | mfForecastBack |
Counter to forecast forward. More... | |
sal_uInt8 | mnLineType |
Counter to forecast backward. More... | |
sal_uInt8 | mnOrder |
Type of the trend line. More... | |
sal_uInt8 | mnShowEquation |
Polynomial order or moving average counter. More... | |
sal_uInt8 | mnShowRSquared |
1 = Show equation. More... | |
Definition at line 916 of file xlchart.hxx.
|
explicit |
double XclChSerTrendLine::mfForecastBack |
Counter to forecast forward.
Definition at line 920 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().
double XclChSerTrendLine::mfForecastFor |
Forced intercept.
Definition at line 919 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().
double XclChSerTrendLine::mfIntercept |
Definition at line 918 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), XclExpChSerTrendLine::WriteBody(), and XclChSerTrendLine().
sal_uInt8 XclChSerTrendLine::mnLineType |
Counter to forecast backward.
Definition at line 921 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().
sal_uInt8 XclChSerTrendLine::mnOrder |
Type of the trend line.
Definition at line 922 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().
sal_uInt8 XclChSerTrendLine::mnShowEquation |
Polynomial order or moving average counter.
Definition at line 923 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().
sal_uInt8 XclChSerTrendLine::mnShowRSquared |
1 = Show equation.
Definition at line 924 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), XclImpChSerTrendLine::CreateRegressionCurve(), XclImpChSerTrendLine::ReadChSerTrendLine(), and XclExpChSerTrendLine::WriteBody().