Issue 66692 - New chart: Allow instantiation of Regression curves via ServiceManager
Summary: New chart: Allow instantiation of Regression curves via ServiceManager
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: bjoern.milcke
QA Contact: issues@graphics
URL:
Keywords: new_implementation
Depends on:
Blocks: 47264
  Show dependency tree
 
Reported: 2006-06-23 15:49 UTC by bjoern.milcke
Modified: 2013-02-24 21:20 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2006-06-23 15:49:36 UTC
To add a regression curve in the new chart via API, you have to create a curve
and add it at the data series' XRegressionCurveContainer.

The creation of the regression curves offered by OOo should work using the
global service manager with the createInstance method.
Comment 1 bjoern.milcke 2006-06-23 16:45:14 UTC
set target to 2.x
Comment 2 bjoern.milcke 2006-06-26 16:00:34 UTC
New services that can be instantiated via the global service manager:

Error-Bars:
"com.sun.star.comp.chart2.ErrorBar"

Regression-Curves (Trendlines):
"com.sun.star.comp.chart2.MeanValueRegressionCurve"
"com.sun.star.comp.chart2.LinearRegressionCurve"
"com.sun.star.comp.chart2.LogarithmicRegressionCurve"
"com.sun.star.comp.chart2.ExponentialRegressionCurve"
"com.sun.star.comp.chart2.PotentialRegressionCurve"
Comment 3 bjoern.milcke 2006-12-13 17:22:07 UTC
Done. Closing, as this was only an implementation reminder.
Comment 4 bjoern.milcke 2006-12-13 17:23:07 UTC
closing as fixed