You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice-0.0.4/plugins/plot_barcol/plugin.xml.in

44 lines
1.3 KiB

<?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="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>