PieCharts.aspx
上传用户:sex100000
上传日期:2013-11-09
资源大小:1377k
文件大小:1k
源码类别:

GIS编程

开发平台:

C#

  1. <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="PieCharts.aspx.cs" Inherits="Bins" Title="Pie charts" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
  3.     <div>   
  4.      <asp:RadioButtonList ID="rblMapTools" runat="server" RepeatDirection="Horizontal">
  5.             <asp:ListItem Value="0">Zoom in</asp:ListItem>
  6.             <asp:ListItem Value="1">Zoom out</asp:ListItem>
  7.             <asp:ListItem Value="2" Selected="True">Pan</asp:ListItem>
  8.         </asp:RadioButtonList>
  9.         <asp:ImageButton Width="600" Height="300" ID="imgMap" runat="server" OnClick="imgMap_Click" style="border: 1px solid #000;" />
  10.     </div>
  11.     Note: These pie charts are generated from random values, but could just as well be generated from feature attributes.
  12. </asp:Content>