...
Code Block |
---|
<window> <borderPane/> <label text="A custom chart" borderPosition="north" /> <!-- a specialized chart created via the plug-in architecture --> <financialChart title="Dow Jones by year" borderPosition="center" onSelect="myPage.jsp> <xAxis start="1950" end="2005"/> <yAxis start="0" y="5000"/> <pointData points="1900,2000,2020 ... "/> </financialChart> </window> |
...