To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58797


User iha changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|iha                       |dr
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Dec  5 06:14:55 -0800 
2005 -------
The FillProperty Gradient is an optional property and not supported by the chart
objects so far. Instead you need to set the mandatory property GradientName.
If you set a gradient name as FillProperty to the Wall (or other chart objects)
it is necessary to make sure that the accessory gradient is known to the
chartmodel also. A new gradient needs to be added to the chartmodel:

Reference< lang::XMultiServiceFactory > xTableFactory( xChartDoc, UNO_QUERY );

Reference< container::XNameContainer > xGradientTable(
xTableFactory->createInstance( "com.sun.star.drawing.GradientTable" ), 
UNO_QUERY );
awt::Gradient aNewGradient;
xGradientTable->insertByName( "YourGraadientName",  aNewGradient ) ;



---------------------------------------------------------------------
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]

Reply via email to