Issue 68836 - Spreadsheet: Macro: Make Chart: CharHeight not correct
Summary: Spreadsheet: Macro: Make Chart: CharHeight not correct
Status: CLOSED DUPLICATE of issue 72758
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.milcke
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-21 15:43 UTC by rf99
Modified: 2013-02-24 21:20 UTC (History)
2 users (show)

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


Attachments
Complete macro for attached spreadsheet (3.74 KB, text/plain)
2006-08-21 15:44 UTC, rf99
no flags Details
Spreadsheet document showing charheight issue (45.80 KB, application/vnd.oasis.opendocument.spreadsheet)
2006-08-21 15:45 UTC, rf99
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description rf99 2006-08-21 15:43:36 UTC
A Macro was created in OOo 201 to create a chart (in a Calc spreadsheet). The
macro worked correctly in OOo201 & OOo202. However in OOo203 macro has a problem
setting the character height of the chart title, axis title and axis characters.
The commands to set the character height in the charts no longer correctly set
the character height. The specific command used are:

	oChartDoc.Title.CharHeight = 18
	oDiagram.XAxis.CharHeight = 8
	oDiagram.XAxisTitle.CharHeight = 12
	oDiagram.YAxis.CharHeight = 8
	oDiagram.YAxisTitle.CharHeight = 12
Comment 1 rf99 2006-08-21 15:44:30 UTC
Created attachment 38677 [details]
Complete macro for attached spreadsheet
Comment 2 rf99 2006-08-21 15:45:15 UTC
Created attachment 38679 [details]
Spreadsheet document showing charheight issue
Comment 3 frank 2006-08-22 12:31:20 UTC
Hi Björn,

seems to be the Chart itself.

Frank
Comment 4 bjoern.milcke 2007-08-02 16:34:35 UTC
Seems to be the same problem as in issue 72758. Although that one is newer, I
set this to duplicate, as the other is already set to fixed.

*** This issue has been marked as a duplicate of 72758 ***
Comment 5 bjoern.milcke 2007-08-02 16:35:09 UTC
Closing as duplicate
Comment 6 bjoern.milcke 2007-08-02 17:03:13 UTC
The bug is fixed with the re-implementation of the chart in OOo 2.3

However, note that the attached macro fails because of Issue 80297.