日期:2014-05-17 浏览次数:20461 次
<%@ Register Assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %> <asp:Chart ID="chQxhz" runat="server" BackColor="211, 223, 240" BackGradientStyle="TopBottom" BorderColor="#B54001" BorderlineDashStyle="Solid" BorderWidth="2px" Height="300px" ImageLocation="~/TempImages/ChartPic_#SEQ(300,3)" Width="400px"> <Legends> <asp:Legend Docking="Bottom" Name="Legend1"> </asp:Legend> </Legends> <Titles> <asp:Title Font="Trebuchet MS, 12pt, style=Bold" ForeColor="26, 59, 105" ShadowColor="32, 0, 0, 0" ShadowOffset="3" Text="Chart"> </asp:Title> </Titles> <BorderSkin SkinStyle="Emboss" /> <Series> <asp:Series BorderColor="180, 26, 59, 105" BorderWidth="3" ChartType="Line" Color="220, 65, 140, 240" MarkerSize="8" MarkerStyle="Circle" Name="thirdfind" LegendText="C1" ShadowColor="Black" ShadowOffset="2" XValueType="Double" YValueType="Double" Legend="Legend1"> </asp:Series> <asp:Series BorderColor="180, 26, 59, 105" BorderWidth="3" ChartType="Line" Color="220, 224, 64, 10" MarkerSize="8" MarkerStyle="Circle" Name="selffind" LegendText="C2" ShadowColor="Black" ShadowOffset="2" XValueType="Double" YValueType="Double" Legend="Legend1"> </asp:Series> <asp:Series ChartArea="ChartArea1" ChartType="Line" Legend="Legend1" Name="ortherfind" LegendText="C3"> </asp:Series> <asp:Series ChartArea="ChartArea1" ChartType="Line" Legend="Legend1" Name="orther" LegendText="C4"> </asp:Series> </Series> <ChartAreas> <asp:ChartArea BackColor="OldLace" BackGradientStyle="TopBottom" BackSecondaryColor="White" BorderColor="64, 64, 64, 64" BorderDashStyle="Solid" Name="ChartArea1" ShadowColor="Transparent"> <Area3DStyle Inclination="40" IsClustered="False" IsRightAngleAxes="False" LightStyle="Realistic" Perspective="9" Rotation="25" WallWidth="3" /> <AxisY LineColo