如何在页面显示中显示多个统计图 100
我用的是C#,vc2008要实现在一个页面中多少统计图。就相当于一个网页中被分割成好几个页面。正常的话,页面都是显示在左上角的。我的代码是这样的<%@PageLangua...
我用的是C#,vc2008 要实现在一个页面中多少统计图。就相当于一个网页中被分割成好几个页面。正常的话,页面都是显示在左上角的。我的代码是这样的
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@Register TagPrefix="ofc" Namespace="OpenFlashChart" Assembly="OpenFlashChart" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<ofc:Chart ID="Chart1" Width="1000" Height="1000" Url="data.aspx" runat="Server" />
</div>
</form>
</body>
</html>
在线等。哪位大大能帮忙的 感激不尽。好的话,追加 展开
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@Register TagPrefix="ofc" Namespace="OpenFlashChart" Assembly="OpenFlashChart" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<ofc:Chart ID="Chart1" Width="1000" Height="1000" Url="data.aspx" runat="Server" />
</div>
</form>
</body>
</html>
在线等。哪位大大能帮忙的 感激不尽。好的话,追加 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询