Issue 76020 - xls export: sec. x and y Axis are gone after save/reload
Summary: xls export: sec. x and y Axis are gone after save/reload
Status: CLOSED NOT_AN_OOO_ISSUE
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: 2007-04-02 14:26 UTC by kla
Modified: 2013-02-24 21:21 UTC (History)
2 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 kla 2007-04-02 14:26:28 UTC
Create a Chart
Insert a second x and y axis
Save as .xls
Reload
The sec. x and y axis are gone
Comment 1 Martin Hollmichel 2008-01-27 07:42:40 UTC
set target to 3.x
Comment 2 daniel.rentz 2008-04-04 14:17:18 UTC
secondary axes are only allowed in conjunction with a data series in Excel, you
cannot insert them on-the-fly, as Calc allows it. So:
- create a chart with 2 data series
- attach one series to secondary axes (series properties dialog, Options tabpage)
- insert secondary X axis
- save/reload
works as expected.
Comment 3 daniel.rentz 2008-04-04 14:19:05 UTC
closed