📄 personday_analysis.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_statistical_PersonDay_analysis, CrmCommand" %>
<%@ Register Assembly="C1.Web.Command.2" Namespace="C1.Web.Command" TagPrefix="c1c" %>
<%@ Register Assembly="C1.Web.C1WebChart.2" Namespace="C1.Web.C1WebChart" TagPrefix="C1WebChart" %>
<!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 runat="server">
<title>无标题页</title>
<script src="../../Javascript/canlendar.js" type="text/javascript"></script>
<script src="../../Javascript/Trim.js" type="text/javascript"></script>
<script src="../../Javascript/CheckALL.js" type="text/javascript"></script>
<script src="../../Javascript/formCheck.js" type="text/javascript"></script>
<script language=javascript type="text/javascript">
function RLtrim()
{
var t1=document.getElementById("Text1").value;
var t2=document.getElementById("Text2").value;
if(Trim(t1) && Trim(t2))
{
return true;
}
else
{
alert('日期不能为空');
return false;
}
}
</script>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0">
<form id="form1" runat="server">
<table class="small" cellSpacing="1" border="0" bgcolor=#000000 style="width: 760px" align="center">
<tr>
<td class="TableData" style="width: 760px" ><table style="width: 100%" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 71px">开始日期:</td>
<td style="width: 95px">
<input id="Text1" runat="server" style="width: 95px" type="text" readonly /></td>
<td style="width: 21px">
<img border="0" onclick='popUpCalendar(document.getElementById("Text1"), document.getElementById("Text1"), "yyyy-mm-dd")'
src="../../App_Themes/Green/images/Calendar.gif" style="width: 20px; height: 23px" /></td>
<td style="width: 71px">结束日期:</td>
<td style="width: 88px"><input id="Text2" runat="server" style="width: 86px" type="text" readonly /></td>
<td style="width: 21px">
<img border="0" onclick='popUpCalendar(document.getElementById("Text2"), document.getElementById("Text2"), "yyyy-mm-dd")'
src="../../App_Themes/Green/images/Calendar.gif" style="width: 20px; height: 23px" /></td>
<td style="width: 200px"><asp:RadioButton ID="Rad1" runat="server" AutoPostBack="True" Checked="True" GroupName="rd"
OnCheckedChanged="RadioButton1_CheckedChanged" Text="柱状统计图" Width="90px" /><asp:RadioButton
ID="Rad2" runat="server" AutoPostBack="True" GroupName="rd" OnCheckedChanged="Rad2_CheckedChanged"
Text="折线统计图" Width="90px" /></td>
<td> <asp:Button ID="Button7" runat="server" CssClass="BigButton" Height="26px" OnClick="Button7_Click" Text="统计分析" Width="81px" OnClientClick="return RLtrim()" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="TableData" style="width: 760px" align="center" ><div id=first runat=server> <C1WebChart:C1WebChart ID="C1WebChart1" runat="server" Height="400px" ImageRenderMethod="File"
Width="750px">
<Serializer Value="<?xml version="1.0"?>
<Chart2DPropBag Version="2.0.20071.17032" UseAntiAliasedGraphics="True" UseAntiAliasedText="True">
<StyleCollection>
<NamedStyle Name="Area" ParentName="Area.default" StyleData="Border=Solid,ControlDark,1;BackColor=White;Rounding=10 10 10 10;" />
<NamedStyle Name="LabelStyleDefault.default" ParentName="Control" StyleData="Border=None,Transparent,1;BackColor=Transparent;" />
<NamedStyle Name="Control" ParentName="Control.default" StyleData="GradientStyle=DiagonalCenter;Border=Solid,ControlDark,1;Font=Tahoma, 8.25pt;Rotation=Rotate0;BackColor=Silver;BackColor2=238, 239, 247;" />
<NamedStyle Name="AxisY2" ParentName="Area" StyleData="Rotation=Rotate90;AlignVert=Center;AlignHorz=Far;" />
<NamedStyle Name="Header" ParentName="Control" StyleData="Border=None,Transparent,1;ForeColor=ControlText;Font=Trebuchet MS, 14.25pt;Opaque=False;" />
<NamedStyle Name="Footer" ParentName="Control" StyleData="Border=None,Transparent,1;" />
<NamedStyle Name="Area.default" ParentName="Control" StyleData="Border=None,Transparent,1;AlignVert=Top;" />
<NamedStyle Name="AxisY" ParentName="Area" StyleData="Font=Tahoma, 8.25pt;Rotation=Rotate270;ForeColor=ControlDarkDark;AlignHorz=Near;AlignVert=Center;" />
<NamedStyle Name="AxisX" ParentName="Area" StyleData="Font=Tahoma, 8.25pt;Rotation=Rotate0;ForeColor=ControlDarkDark;AlignHorz=Center;AlignVert=Bottom;" />
<NamedStyle Name="Legend" ParentName="Legend.default" StyleData="Opaque=False;AlignVert=Top;AlignHorz=Center;" />
<NamedStyle Name="LabelStyleDefault" ParentName="LabelStyleDefault.default" />
<NamedStyle Name="PlotArea" ParentName="Area" StyleData="GradientStyle=None;Border=Solid,ControlDark,1;BackColor=White;ForeColor=ControlDark;HatchStyle=None;BackColor2=238, 239, 247;Opaque=True;" />
<NamedStyle Name="Legend.default" ParentName="Control" StyleData="Wrap=False;Border=None,Transparent,1;AlignVert=Top;" />
<NamedStyle Name="Control.default" ParentName="" StyleData="Border=None,Transparent,1;ForeColor=ControlText;BackColor=Control;" />
</StyleCollection>
<ChartGroupsCollection>
<ChartGroup Name="Group1" ChartType="Bar" Bar="ClusterWidth=45">
<DataSerializer DefaultSet="True">
<DataSeriesCollection>
<DataSeriesSerializer>
<DLText>ddgd</DLText>
<LineStyle Color="OrangeRed" />
<SymbolStyle Color="LightPink" OutlineColor="DeepPink" Shape="Box" />
<SeriesLabel>Q1</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>20;22;19;24;25</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="Yellow" />
<SymbolStyle Color="LightBlue" OutlineColor="DarkBlue" Shape="Dot" />
<SeriesLabel>Q2</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>8;12;10;12;15</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="DodgerBlue" />
<SymbolStyle Color="LightGreen" OutlineColor="DarkGreen" Shape="Tri" />
<SeriesLabel>Q3</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>10;16;17;15;23</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
<DataSeriesSerializer>
<LineStyle Color="LimeGreen" />
<SymbolStyle Color="Orchid" OutlineColor="DarkOrchid" Shape="Diamond" />
<SeriesLabel>Q4</SeriesLabel>
<X>1;2;3;4;5</X>
<Y>16;19;15;22;18</Y>
<DataTypes>Int32;Decimal;Double;Double;Double</DataTypes>
<FillStyle Alpha="192" />
<Histogram />
</DataSeriesSerializer>
</DataSeriesCollection>
<Highlight />
</DataSerializer>
</ChartGroup>
<ChartGroup Name="Group2">
<DataSerializer>
<Highlight />
</DataSerializer>
</ChartGroup>
</ChartGroupsCollection>
<Header Compass="North">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -