home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / plot-types.xml < prev    next >
Extensible Markup Language  |  2004-11-01  |  2KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
  3.     <Family _name="Pie"        sample_image_file="pie.xpm"/>
  4.     <Family _name="Ring"    sample_image_file="doughnut.xpm"/>
  5.  
  6.     <Type _name="Pie" row="1" col="1"
  7.       engine="GogPiePlot" family="Pie"
  8.       _description="Percentage of each contributor."
  9.       sample_image_file="chart_pie_1_1.png">
  10.     </Type>
  11.     <Type _name="Split Pie" row="1" col="2"
  12.       engine="GogPiePlot" family="Pie"
  13.       _description="Percentage of each contributor with wedges split apart."
  14.       sample_image_file="chart_pie_2_1.png">
  15.     <property name="default_separation">.20</property>
  16.     </Type>
  17.     <Type _name="Ring" row="1" col="1"
  18.       engine="GogRingPlot" family="Ring"
  19.       _description="Percentage of each contributor displayed in ring for each serie."
  20.       sample_image_file="chart_ring_1_1.png">
  21.     </Type>
  22.     <Type _name="Split Ring" row="1" col="2"
  23.       engine="GogRingPlot" family="Ring"
  24.       _description="Percentage of each contributor displayed in ring for each serie with wedges of the last ring split apart."
  25.       sample_image_file="chart_ring_1_2.png">
  26.       <property name="default_separation">.20</property>
  27.     </Type>
  28.     <!--
  29.     <Type _name="3D Pie" row="1" col="2"
  30.       engine="GogPiePlot" family="Pie"
  31.       _description="Percentage of each contributor in 3D pie."
  32.       sample_image_file="chart_pie_1_2.png">
  33.     <property name="in_3d"/>
  34.     </Type>
  35.     <Type _name="Multi-Pie" row="1" col="3"
  36.       engine="GogPiePlot" family="Pie"
  37.       _description="Major totals as percentages with each wedge subdivided into secondary pies."
  38.       sample_image_file="chart_pie_1_3.png">
  39.     <property name="in_3d"/>
  40.     </Type>
  41.     -->
  42.     <!--
  43.     <Type _name="3D Split Pie" row="2" col="2"
  44.       engine="GogPiePlot" family="Pie"
  45.       _description="Percentage of each contributor with 3D wedges split apart."
  46.       sample_image_file="chart_pie_2_2.png">
  47.     <property name="default_separation">.20</property>
  48.     <property name="in_3d"/>
  49.     </Type>
  50.     <Type _name="Multi-pie-bars" row="2" col="3"
  51.       engine="GogPiePlot" family="Pie"
  52.       _description="Percentage of each contributor with 3D wedges split apart."
  53.       _description="Major totals as percentages with each wedge subdivided into secondary stacked bars."
  54.       sample_image_file="chart_pie_2_3.png">
  55.     <property name="default_separation">.20</property>
  56.     <property name="in_3d"/>
  57.     </Type>
  58.     -->
  59. </Types>
  60.