<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="StatusGraph.aspx.vb" Inherits="K2N.StatusGraph" %>
<%@ Register assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI.DataVisualization.Charting" tagprefix="asp" %>
<!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">
<link href="../Css/CommonK2N.css" rel="stylesheet" type="text/css" />
<title></title>
</head>
<body>
<form id="form1" runat="server">
<!--Title -->
<table border="0" cellpadding="0" cellspacing="0" width="980px">
<col width="40px" />
<col width="400px" />
<col width="110px" />
<col width="400px" />
<col width="30px" />
<tr>
<td></td>
<td class="css_label">
<table width="400px">
<col width="40px" />
<col width="210px" />
<col width="40px" />
<col width="50px" />
<col width="60px" />
<tr>
<td>1120</td>
<td>第一高周波工業</td>
<td>規模</td>
<td>567,900</td>
<td>Step</td>
</tr>
</table>
</td>
<td></td>
<td class="css_label">
<table width="400px">
<col width="40px" />
<col width="210px" />
<col width="40px" />
<col width="50px" />
<col width="60px" />
<tr>
<td>1120</td>
<td>第一高周波工業</td>
<td>規模</td>
<td>567,900</td>
<td>Step</td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
<!--画像 -->
<table border="0" cellpadding="0" cellspacing="0" width="980px">
<col width="40px" />
<col width="350px" />
<col width="110px" />
<col width="100px" />
<col width="100px" />
<tr>
<td></td>
<td>
<asp:Chart ID="Chart1" runat="server" Width="350px">
<Series>
<asp:Series BorderColor="Black" ChartType="Bar" Color="White" Name="Series1"
IsValueShownAsLabel="True" LabelFormat="###,##0">
</asp:Series>
<asp:Series ChartArea="ChartArea1" ChartType="StackedBar" Color="0, 192, 0"
Name="Series2">
</asp:Series>
<asp:Series ChartArea="ChartArea2" Name="Series3" Palette="BrightPastel"
IsValueShownAsLabel="True">
</asp:Series>
</Series>
<ChartAreas>
<asp:ChartArea Name="ChartArea1">
<AxisY Enabled="False">
<MajorGrid Enabled="False" />
</AxisY>
<AxisX Enabled="False">
</AxisX>
<Position Height="15" Width="90" X="9" />
</asp:ChartArea>
<asp:ChartArea Name="ChartArea2">
<AxisY>
<MajorTickMark Enabled="False" />
</AxisY>
<AxisX IsLabelAutoFit="False">
<MajorGrid Enabled="False" />
<MajorTickMark Enabled="False" />
</AxisX>
<Position Height="85" Width="95" X="1" Y="12" />
</asp:ChartArea>
</ChartAreas>
</asp:Chart>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</form>
</body>
</html>