App下载

try_webpages_cs_005 在线工具

try_webpages_cs_005 在线工具

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/statics/demosource/showrazor.css" />
</head>
<body>
<span class="marked">
@{ 

var myChart = new Chart(width: 600, height: 400) 

&nbsp;&nbsp;
.AddTitle(&quot;Employees&quot;) 

&nbsp;&nbsp; .AddSeries(chartType: "column",

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
xValue: new[] { &quot;Peter&quot;, &quot;Andrew&quot;, &quot;Julie&quot;, &quot;Mary&quot;, &quot;Dave&quot; }, 

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
yValues: new[] { &quot;2&quot;, &quot;6&quot;, &quot;4&quot;, &quot;5&quot;, &quot;3&quot; }) 

&nbsp;&nbsp;
.Write();

}

</span>
</body>
</html>
运行结果