⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 charttest.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0"?><Application>	<Window caption="Chart Test (No XML Source)" width="500" height="400" centered="true"/>	<Resources>		<Package name="Charting"/>		<Script><![CDATA[function ChartTest() {	var win = application.getWindow();	var g = new BiGraph;	// needs to create categories before series	g.setCategories([		new BiChartCategory(g, "c0", "Zero"),		new BiChartCategory(g, "c1", "One"),		new BiChartCategory(g, "c2", "Two"),		new BiChartCategory(g, "c3", "Three"),		new BiChartCategory(g, "c4", "Foor"),		new BiChartCategory(g, "c5", "Five")	]);	g.addSeries( new BiChartSeries(g, "s1", "series 1", [0, 1,4,9,16,25]) );	g.addSeries( new BiChartSeries(g, "s2", "Series 2", [0,1,2,3,4,5]) );	win.add(g);	g.update();	g.setLocation(0, 0);	g.setRight(0);	g.setBottom(0);}ChartTest.main = function () { new ChartTest; };		]]></Script>	</Resources></Application>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -