To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97222
                 Issue #|97222
                 Summary|Pie chart conversion to 3D loses category labels
               Component|Spreadsheet
                 Version|OOO300m9
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|formatting
             Assigned to|spreadsheet
             Reported by|louisbotterill





------- Additional comments from louisbotter...@openoffice.org Sat Dec 13 
00:56:29 +0000 2008 -------
Using OO3.0m9 via UNO Java API - observed on Windows XP, Linux (CentOS) and
OpenSolaris 10

After creating a valid 2D pie chart with category labels and values, on
conversion to 3D (applying 3D property setting) the category labels are lost.

Please also see:
http://user.services.openoffice.org/en/forum/viewtopic.php?f=20&t=12886

Example code, aDiagram is a valid 2D pie chart with category labels and values 
set:

System.out.println("Change Diagramm to 3D");
XPropertySet oCPS = (XPropertySet)UnoRuntime.queryInterface(
XPropertySet.class, aDiagram);

setting this seems to lose category labels... ?
oCPS.setPropertyValue("Dim3D", new Boolean(true));

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to