首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

求asp.net做圆图,饼图,该如何解决

2012-02-11 
求asp.net做圆图,饼图根据数据库生成圆图,饼图[解决办法]在谷歌 搜索 WebChart,效果还不错。[解决办法]只做

求asp.net做圆图,饼图
根据数据库生成圆图,饼图

[解决办法]


在谷歌 搜索 WebChart ,效果还不错。
[解决办法]
只做过饼图

HTML code
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="SurveyChart.aspx.cs" Inherits="DataAudit.Survey.SurveyChart" Title="无标题页" %><%@ register tagprefix="web" namespace="WebChart" assembly="WebChart"%><asp:Content ID="Content1" ContentPlaceHolderID="HeaderPlaceHolder1" runat="server"></asp:Content><asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">    <div class="div_cmain1">         <web:chartcontrol runat="server" id="ChartControl1" height="800px" width="800px" gridlines="none" legend-position="Bottom">            <Background Type="LinearGradient" Color="#E5E9EC" EndPoint="900,900" />            <ChartTitle Text="稽核调查业务分析" />        </web:chartcontrol>     </div></asp:Content>
[解决办法]
到网上找把 多着呢 ASP.NET里边也有
[解决办法]
直接用flash做吧,客户体验很好的

热点排行