home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / Chart.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2008-12-15  |  1.3 KB  |  22 lines

  1. <?xml version="1.0"?>
  2. <oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Chart" oor:package="org.openoffice.Office" xml:lang="en-US">
  3.   <info>
  4.     <desc>Contains settings for the Chart application.</desc>
  5.   </info>
  6.   <import oor:component="org.openoffice.Office.Common"/>
  7.   <component>
  8.     <group oor:name="DefaultColor">
  9.       <info>
  10.         <desc>Specifies the colors for creating new charts.</desc>
  11.       </info>
  12.       <prop oor:name="Series" oor:type="oor:long-list">
  13.         <info>
  14.           <desc>Specifies a list of color values to be used for the first n series, where n is the size of the list. For i > n the color used is equal to entry number i modulo n in the list. You should keep the size of the list at 12. Also note that the values are interpreted as unsigned 32bit values, although it is possible to get negative (signed) numbers in this list when being displayed in decimal.</desc>
  15.           <label>Chart colors</label>
  16.         </info>
  17.         <value>0x004586 0xff420e 0xffd320 0x579d1c 0x7e0021 0x83caff 0x314004 0xaecf00 0x4b1f6f 0xff950e 0xc5000b 0x0084d1</value>
  18.       </prop>
  19.     </group>
  20.   </component>
  21. </oor:component-schema>
  22.