<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="JFreechart Line" width="640" height="480" label="Line">
<FillLayout name="shellFillLayout"></FillLayout>
<SwtDataObjectChart name="lineChart" usingBuffer="true" title="Line Chart" categoryAxisLabel="月份"
valueAxisLabel="金额" legend="true" tooltips="false" urls="false" dateAxis="false" rowName="category"
columnName="time" valueName="value">
<DataStores>
<DataStore descriptors="xworker.jfreechart.data.Dataset/@DataStore" dataObject="xworker.example.app.data.FamilyCostRow"
storeSortDir="ASC"></DataStore>
</DataStores>
</SwtDataObjectChart>
</Shell>