4,820
社区成员
发帖
与我相关
我的任务
分享
<asp:Chart ID="Chart1" runat="server">
<Legends><asp:Legend></asp:Legend></Legends>
<Series>
<asp:Series Name="新增数量" IsValueShownAsLabel="true" Color="#4F81BD"></asp:Series>
<asp:Series Name="退役数量" IsValueShownAsLabel="true" Color="#C0504D"></asp:Series>
<asp:Series Name="破损数量" IsValueShownAsLabel="true" Color="#9BBB59"></asp:Series>
<asp:Series Name="丢失数量" IsValueShownAsLabel="true" Color="#8064A2"></asp:Series>
<asp:Series Name="超红线数量" IsValueShownAsLabel="true" Color="#FF0066"></asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1">
<AxisY >
<LabelStyle Format="#" />
</AxisY>
</asp:ChartArea>
</ChartAreas>
</asp:Chart>