Issue 80177 - Show value of mean value line in status bar and quick help
Summary: Show value of mean value line in status bar and quick help
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: kla
QA Contact: issues@graphics
URL: http://specs.openoffice.org/chart/Cha...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 12:29 UTC by bjoern.milcke
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

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


Attachments
Patch for fixing this in chart2 (10.12 KB, patch)
2007-08-30 13:53 UTC, bjoern.milcke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2007-07-30 12:29:18 UTC
In analogy to Issue 78442 it would be nice to have the actual mean value of the
mean-value line of a data series in the status bar. Maybe also together with a
standard deviation, if this is equal or derivable from R^2.
Comment 1 bjoern.milcke 2007-08-30 13:53:56 UTC
Created attachment 47881 [details]
Patch for fixing this in chart2
Comment 2 bjoern.milcke 2007-08-30 14:36:47 UTC
Note the following string adaptions (small letters for curve, value and line), too:

String STR_OBJECT_CURVE_WITH_PARAMETERS
{
    Text [ en-US ] = "Regression curve %FORMULA with accuracy R² = %RSQUARED";
};
String STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS
{
    Text [ en-US ] = "Average value line with value %AVERAGE_VALUE and standard
deviation %STD_DEVIATION";
};

Comment 3 bjoern.milcke 2007-08-30 17:47:17 UTC
Added a link to the adapted specification.
Comment 4 bjoern.milcke 2007-10-02 12:26:26 UTC
Please verify in CWS chart14
Comment 5 kla 2007-10-17 14:16:09 UTC
seen ok in cws chart14 -> verified
Comment 6 kla 2007-12-13 13:11:52 UTC
seen ok in current master -> closed