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 >
Wrap
Extensible Markup Language
|
2004-11-01
|
2KB
|
60 lines
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
<Family _name="Pie" sample_image_file="pie.xpm"/>
<Family _name="Ring" sample_image_file="doughnut.xpm"/>
<Type _name="Pie" row="1" col="1"
engine="GogPiePlot" family="Pie"
_description="Percentage of each contributor."
sample_image_file="chart_pie_1_1.png">
</Type>
<Type _name="Split Pie" row="1" col="2"
engine="GogPiePlot" family="Pie"
_description="Percentage of each contributor with wedges split apart."
sample_image_file="chart_pie_2_1.png">
<property name="default_separation">.20</property>
</Type>
<Type _name="Ring" row="1" col="1"
engine="GogRingPlot" family="Ring"
_description="Percentage of each contributor displayed in ring for each serie."
sample_image_file="chart_ring_1_1.png">
</Type>
<Type _name="Split Ring" row="1" col="2"
engine="GogRingPlot" family="Ring"
_description="Percentage of each contributor displayed in ring for each serie with wedges of the last ring split apart."
sample_image_file="chart_ring_1_2.png">
<property name="default_separation">.20</property>
</Type>
<!--
<Type _name="3D Pie" row="1" col="2"
engine="GogPiePlot" family="Pie"
_description="Percentage of each contributor in 3D pie."
sample_image_file="chart_pie_1_2.png">
<property name="in_3d"/>
</Type>
<Type _name="Multi-Pie" row="1" col="3"
engine="GogPiePlot" family="Pie"
_description="Major totals as percentages with each wedge subdivided into secondary pies."
sample_image_file="chart_pie_1_3.png">
<property name="in_3d"/>
</Type>
-->
<!--
<Type _name="3D Split Pie" row="2" col="2"
engine="GogPiePlot" family="Pie"
_description="Percentage of each contributor with 3D wedges split apart."
sample_image_file="chart_pie_2_2.png">
<property name="default_separation">.20</property>
<property name="in_3d"/>
</Type>
<Type _name="Multi-pie-bars" row="2" col="3"
engine="GogPiePlot" family="Pie"
_description="Percentage of each contributor with 3D wedges split apart."
_description="Major totals as percentages with each wedge subdivided into secondary stacked bars."
sample_image_file="chart_pie_2_3.png">
<property name="default_separation">.20</property>
<property name="in_3d"/>
</Type>
-->
</Types>