Issue 47673 - Chart API: regression type "Power" does not work
Summary: Chart API: regression type "Power" does not work
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: daniel.rentz
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 16:15 UTC by daniel.rentz
Modified: 2013-02-24 21:19 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description daniel.rentz 2005-04-18 16:15:49 UTC
The regression line type com::sun::star::chart::ChartRegressionCurveType::
POWER does not work, but com::sun::star::chart::ChartRegressionCurveType::
POLYNOMIAL is used to draw a power line instead (wrong casting between API 
type and sfx item type in setProperty() implementation).
Comment 1 bjoern.milcke 2005-04-19 13:32:31 UTC
accepted
Comment 2 bjoern.milcke 2007-07-30 17:20:00 UTC
POWER works now as expected. POLYNOMIAL is still mapped to POWER, as it is not
implemented yet.
Comment 3 bjoern.milcke 2007-07-30 17:20:37 UTC
->DR: Please verify in SRC680 >= m213 and close.
Comment 4 bjoern.milcke 2007-07-30 17:36:02 UTC
Note: Issue 20819 is about the missing POLYNOMIAL regression type.
Comment 5 daniel.rentz 2007-12-18 11:10:45 UTC
closed