<?xml version="1.0" encoding="utf-8"?>
<Shell name="WindPlot" descriptors="xworker.swt.widgets.Shell" text="JFreechart" RESIZE="true" width="640" height="480">
<FillLayout name="shellFillLayout"></FillLayout>
<SwtDataObjectChart name="WindPlotChart" _xmeta_id_="lineChart" usingBuffer="true"
description="<p>由于WindDataset不支持后期装载数据,因此目前还无法使用DataObject实现。</p>"
chartType="WindPlot" title="WindPlot Chart" legend="true" tooltips="false" urls="false" dateAxis="false"
windSeries="name" windDate="date" windDirection="direction" windForce="force">
<DataStores>
<DataStore descriptors="xworker.jfreechart.data.Dataset/@DataStore"
dataObject="xworker.example.app.data.WindDatas" storeSortDir="ASC"></DataStore>
</DataStores>
</SwtDataObjectChart>
</Shell>