To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=51820
------- Additional comments from [EMAIL PROTECTED] Tue Jul 12 00:21:00 -0700 2005 ------- The problem is that the chart is 2d and has therefore no 3d properties. To fix the chart could either ignore the setPropertyValue() calls (they cannot be applied to a 2d chart) or change the available properties at the moment when the property 3d is set to false. As far as I recall, the set of available properties should never change during the lifetime of a UNO object. Maybe the chart should throw an IllegalArgumentException instead of an UnknownPropertyException. A similar problem occurs also with other properties but without exception: when you set the SymbolStyle at a chart that has no symbols, you don't see the change, but internally the properties are stored, such that you see the change when you change the diagram type (which is not really possible via the API, because you have to create a new XDiagram and replace it at the ChartDocument). So an alternative would be to store the pending 3d attribute changes. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]