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

📄 defaultvb.aspx

📁 Telerik是很大的第三方软件制造商
💻 ASPX
字号:
<%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
<%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>
<%@ Page AutoEventWireup="false" Inherits="Telerik.ChartExamplesVB.Configurator.Elements.Series.DefaultVB" CodeBehind="DefaultVB.aspx.vb" Language="vb" %>
<%@ Register TagPrefix="radc" Namespace="Telerik.WebControls" Assembly="RadChart" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<HTML>
	<HEAD>
		<telerik:HeadTag runat="server" ID="Headtag1"></telerik:HeadTag>
		<!-- custom head section -->
		<!-- end of custom head section -->
	</HEAD>
	<body class="BODY">
		<form runat="server" id="mainForm" method="post" style="WIDTH:100%">
			<telerik:Header runat="server" ID="Header1" NavigationLanguage="VB" Tab="Config" NavigationControl="~/Chart/Common/ConfigNavigationVB.ascx"></telerik:Header>
			<!-- content start -->
			<table cellSpacing="0" cellPadding="0" width="94%" border="0">
				<tr>
					<td vAlign="top">
						<div style="OVERFLOW: auto; WIDTH: 400px; HEIGHT: 360px"><radc:radchart id="RadChart1" Margins-Right="15px" Margins-Top="15px" Margins-Left="15px" Margins-Bottom="40px" ShowLegend="True" ShowTitle="False" ShowVeritcalGridlines="False" ShowGridlines="False" Runat="server" LicenseFile="~\RadControls\LicenseFile.xml">
								<Background MainColor="242, 242, 242" SecondColor="White"></Background>
								<PlotArea MainColor="224, 224, 224" SecondColor="Gray"></PlotArea>
								<Legend VAlignment="Middle" Position="Bottom">
									<Background MainColor="LightGray" Corners-BottomLeft="Round" Corners-TopRight="Round" Corners-BottomRight="Round" Corners-RoundSize="3" Corners-TopLeft="Round" BorderColor="64, 64, 64" GradientFocus="0.5"></Background>
								</Legend>
								<YAxis MaxValue="50" Visible="False" MaxItemsCount="15" Step="5"></YAxis>
								<Title1 Text="r.a.d chart title" Visible="False" TextColor="White">
									<Background MainColor="LightGray" Corners-BottomLeft="Round" Corners-TopRight="Round" Corners-BottomRight="Round" Corners-RoundSize="3" Corners-TopLeft="Round" BorderColor="64, 64, 64"></Background>
								</Title1>
								<XAxis MaxValue="4" MinValue="1" Visible="False" Step="1"></XAxis>
								<ChartSeriesCollection>
									<radc:ChartSeries Name="Series 1" Type="Area">
										<Items>
											<radc:ChartSeriesItem Label="A" YValue="19"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="B" YValue="29"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="C" YValue="16"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="D" YValue="50"></radc:ChartSeriesItem>
										</Items>
										<Appearance MainColor="200, 253, 226, 0" SecondColor="200, 255, 156, 0" BorderColor="DimGray"></Appearance>
										<LabelAppearance TextColor="DimGray"></LabelAppearance>
									</radc:ChartSeries>
									<radc:ChartSeries Name="Series 2">
										<Items>
											<radc:ChartSeriesItem Label="E" YValue="45"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="D" YValue="44"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="C" YValue="42"></radc:ChartSeriesItem>
											<radc:ChartSeriesItem Label="B" YValue="43"></radc:ChartSeriesItem>
										</Items>
										<Appearance MainColor="200, 199, 243, 178" SecondColor="200, 17, 147, 7" BorderColor="DimGray"></Appearance>
										<LabelAppearance TextColor="DimGray"></LabelAppearance>
									</radc:ChartSeries>
								</ChartSeriesCollection>
							</radc:radchart></div>
					</td>
					<TD vAlign="top" align="right"><span class="module" style="WIDTH: 301px; HEIGHT: 300px">
							<table align="center">
								<tr>
									<td colSpan="2"><b>Customize Series</b></td>
								</tr>
								<tr>
									<td>Series:</td>
									<td><asp:dropdownlist id="ddlSeries" AutoPostBack="True" runat="server" Width="140"></asp:dropdownlist></td>
								</tr>
								<tr>
									<td>Type:</td>
									<td><asp:dropdownlist id="ddlSeriesType" runat="server" Width="140"></asp:dropdownlist></td>
								</tr>
								<tr>
									<td>Name:</td>
									<td><asp:textbox class="textfield" id="tbSeriesName" runat="server"></asp:textbox></td>
								</tr>
								<tr>
									<td>Label:</td>
									<td>
										<asp:DropDownList id="ddlDefaultLabel" Width="137px" runat="server">
											<asp:ListItem Value="#Y">#Y</asp:ListItem>
											<asp:ListItem Value="#%">#%</asp:ListItem>
											<asp:ListItem Value="#Y, #%">#Y, #%</asp:ListItem>
											<asp:ListItem Value="#Y, #%, #SUM">#Y, #%, #SUM</asp:ListItem>
											<asp:ListItem Value="#Y{N5}">#Y{N5}</asp:ListItem>
										</asp:DropDownList></td>
								</tr>
								<tr>
									<td>Label alignment:</td>
									<td>
										<asp:DropDownList id="ddlAlignment" Width="138px" runat="server"></asp:DropDownList></td>
								</tr>
								<tr>
									<td>Label distance:
									</td>
									<td>
										<asp:textbox class="textfield" id="txtBoxLabelDistance" runat="server">5</asp:textbox></td>
								</tr>
								<tr>
									<td>Label rotat. angle:</td>
									<td>
										<asp:textbox class="textfield" id="txtBoxLabelRotationAngle" runat="server">0</asp:textbox></td>
								</tr>
								<tr>
									<td>X axis layout:</td>
									<td><asp:dropdownlist id="ddlAxisLayout" AutoPostBack="True" runat="server" Width="140"></asp:dropdownlist></td>
								</tr>
								<tr>
									<td><asp:button id="Button1" runat="server" Width="130px" Text="Delete" CssClass="button"></asp:button></td>
									<td><asp:button id="Button2" runat="server" Width="134px" Text="Generate new" CssClass="button"></asp:button></td>
								</tr>
								<tr>
									<td colSpan="2"><asp:button id="Button3" style="BORDER-RIGHT: #33cc00 2px solid; BORDER-TOP: #33cc00 2px solid; BORDER-LEFT: #33cc00 2px solid; BORDER-BOTTOM: #33cc00 2px solid" runat="server" Width="271px" Text="Modify selected" CssClass="button" Height="28px"></asp:button></td>
								</tr>
								<tr>
									<td colspan="2" align="middle">
										<asp:Label id="lblIncorrectSettings" runat="server" ForeColor="Red" Visible="False">Incorrect value(s)!</asp:Label>
									</td>
								</tr>
							</table>
						</span>
					</TD>
				</tr>
			</table>
			<!-- content end -->
			<telerik:Footer runat="server" ID="Footer1"></telerik:Footer>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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