|
LibreOffice Module oox (master) 1
|
#include <seriesmodel.hxx>
Public Types | |
| typedef ModelRef< Shape > | ShapeRef |
| typedef ModelRef< TrendlineLabelModel > | TrendlineLabelRef |
Public Member Functions | |
| TrendlineModel (bool bMSO2007Doc) | |
| True = show R-squared of the trendline. More... | |
| ~TrendlineModel () | |
Public Attributes | |
| ShapeRef | mxShapeProp |
| TrendlineLabelRef | mxLabel |
| Trendline formatting. More... | |
| OUString | maName |
| Trendline label text object. More... | |
| std::optional< double > | mfBackward |
| User-defined name of the trendline. More... | |
| std::optional< double > | mfForward |
| Size of trendline before first data point. More... | |
| std::optional< double > | mfIntercept |
| Size of trendline behind last data point. More... | |
| sal_Int32 | mnOrder |
| Crossing point with Y axis. More... | |
| sal_Int32 | mnPeriod |
| Polynomial order in range [2, 6]. More... | |
| sal_Int32 | mnTypeId |
| Moving average period in range [2, 255]. More... | |
| bool | mbDispEquation |
| Type of the trendline. More... | |
| bool | mbDispRSquared |
| True = show equation of the trendline. More... | |
Definition at line 137 of file seriesmodel.hxx.
Definition at line 139 of file seriesmodel.hxx.
Definition at line 140 of file seriesmodel.hxx.
|
explicit |
True = show R-squared of the trendline.
Definition at line 86 of file seriesmodel.cxx.
| oox::drawingml::chart::TrendlineModel::~TrendlineModel | ( | ) |
Definition at line 95 of file seriesmodel.cxx.
| OUString oox::drawingml::chart::TrendlineModel::maName |
Trendline label text object.
Definition at line 144 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCharacters().
| bool oox::drawingml::chart::TrendlineModel::mbDispEquation |
Type of the trendline.
Definition at line 151 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| bool oox::drawingml::chart::TrendlineModel::mbDispRSquared |
True = show equation of the trendline.
Definition at line 152 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| std::optional< double > oox::drawingml::chart::TrendlineModel::mfBackward |
User-defined name of the trendline.
Definition at line 145 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| std::optional< double > oox::drawingml::chart::TrendlineModel::mfForward |
Size of trendline before first data point.
Definition at line 146 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| std::optional< double > oox::drawingml::chart::TrendlineModel::mfIntercept |
Size of trendline behind last data point.
Definition at line 147 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::TrendlineModel::mnOrder |
Crossing point with Y axis.
Definition at line 148 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::TrendlineModel::mnPeriod |
Polynomial order in range [2, 6].
Definition at line 149 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| sal_Int32 oox::drawingml::chart::TrendlineModel::mnTypeId |
Moving average period in range [2, 255].
Definition at line 150 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| TrendlineLabelRef oox::drawingml::chart::TrendlineModel::mxLabel |
Trendline formatting.
Definition at line 143 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().
| ShapeRef oox::drawingml::chart::TrendlineModel::mxShapeProp |
Definition at line 142 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::TrendlineConverter::convertFromModel(), and oox::drawingml::chart::TrendlineContext::onCreateContext().