https://bugs.documentfoundation.org/show_bug.cgi?id=89055

            Bug ID: 89055
           Summary: Unable to set XChart YAxis NumberFormat.
           Product: LibreOffice
           Version: 4.2.8.2 release
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: jason.silve...@hotmail.com

Existing code in libreoffice3 that sets the XChart YAxis "NumberFormat" to 10
does not set the value. No error is thrown. Occurs in version 4.3.5 also. 

        //Y AXis
        pset = ((XAxisYSupplier)
UnoRuntime.queryInterface(XAxisYSupplier.class,  diag)).getYAxis();

        pset.setPropertyValue("NumberFormat", 10);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to