|
|||||||||||||||||
|
|
The org.ten60.util.image.xchart accessor uses the jCharts engine to create PNG format charts from an XML chart document. XML ChartThe org.ten60.util.xchart accessor requires an XML chart document. <chart>
<properties> <type>area</type> <title>NetKernel Work</title> <width>400</width> <height>250</height> <xAxisTitle>Time</xAxisTitle> <yAxisTitle>Cost Units</yAxisTitle> <xAxisLabels> <label>08:08:50</label> <label>08:08:55</label> <label>08:09:00</label> ... </xAxisLabels> </properties> <data> <dataset color="0000FF" name="Work"> <point y="100" /> <point y="120" /> <point y="150" /> ... </dataset> </data> </chart> <properties> contains general properties of the chart.
<dataset> a dataset color and name are specified as attributes
|
||||||||||||||||
|
© 2003,2004, 1060® Research Limited
1060 registered trademark, NetKernel trademark of 1060 Research Limited
|
|||||||||||||||||