1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_plot_barcol">
<information>
<_name>Charting : Bar/Col/Line/Area</_name>
<_description>Line, Area, Bar and Column plots</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="barcol"/>
</loader>
<services>
<service type="resource"
id="go:plot_barcol/linegraph.xpm"
file="linegraph.xpm"/>
<service type="resource"
id="go:plot_barcol/area.xpm"
file="area.xpm"/>
<service type="resource"
id="go:plot_barcol/bar.xpm"
file="bar.xpm"/>
<service type="resource"
id="go:plot_barcol/column.xpm"
file="column.xpm"/>
<service type="resource"
id="go:plot_barcol/dropbar.xpm"
file="dropbar.xpm"/>
<service type="resource"
id="go:plot_barcol/minmax.xpm"
file="minmax.xpm"/>
<service type="plot_engine" id="GogLinePlot">
<information>
<_description>Line plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogAreaPlot">
<information>
<_description>Area plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogBarColPlot">
<information>
<_description>Bar/Col plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogDropBarPlot">
<information>
<_description>Drop Bar/Col plotting engine</_description>
</information>
</service>
<service type="plot_engine" id="GogMinMaxPlot">
<information>
<_description>Min Max plotting engine</_description>
</information>
</service>
<service type="plot_type" id="1.5d">
<file>plot-types.xml</file>
<information>
<_description>Default 1.5d plot types</_description>
</information>
</service>
</services>
</plugin>
|