>> 이어서 보내드립니다.
XChart1.Series(SeriesIdx).asLine.Pointer.Brush.Color = XChart1.ToOLEColor("yellow");
}
if (PriceOpt[2].checked == true)
{
//* Gross Price(추가)
var SeriesIdx = XChart1.AddSeries(0);
XChart1.Series(SeriesIdx).DataID = "dsPrice";
XChart1.Series(SeriesIdx).YValueColumn = "GROSS_PRICE";
XChart1.Series(SeriesIdx).Title = "Gross";
XChart1.Series(SeriesIdx).Color = "#CC77DD";
XChart1.Series(SeriesIdx).Marks.Visible = true;
XChart1.Series(SeriesIdx).Marks.Transparent = true;
XChart1.Series(SeriesIdx).Marks.Font.Name = "Tahoma";
XChart1.Series(SeriesIdx).Marks.ArrowLength = 0;
XChart1.Series(SeriesIdx).Marks.Font.Color = XChart1.ToOLEColor("black");
XChart1.Series(SeriesIdx).asLine.LinePen.width = 2;
XChart1.Series(SeriesIdx).asLine.Pointer.Visible = true;
XChart1.Series(SeriesIdx).asLine.Pointer.HorizontalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.VerticalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.Style = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.Pen.Style = 0;
XChart1.Series(SeriesIdx).asLine.Pointer.Brush.Color = XChart1.ToOLEColor("yellow");
}
if (PriceOpt[3].checked == true)
{
//* Net Price(추가)
var SeriesIdx = XChart1.AddSeries(0);
XChart1.Series(SeriesIdx).DataID = "dsPrice";
XChart1.Series(SeriesIdx).YValueColumn = "NET_PRICE";
XChart1.Series(SeriesIdx).Title = "Net";
XChart1.Series(SeriesIdx).Color = "#CC77DD";
XChart1.Series(SeriesIdx).Marks.Visible = true;
XChart1.Series(SeriesIdx).Marks.Transparent = true;
XChart1.Series(SeriesIdx).Marks.Font.Name = "Tahoma";
XChart1.Series(SeriesIdx).Marks.ArrowLength = 0;
XChart1.Series(SeriesIdx).Marks.Font.Color = XChart1.ToOLEColor("black");
XChart1.Series(SeriesIdx).asLine.LinePen.width = 2;
XChart1.Series(SeriesIdx).asLine.Pointer.Visible = true;
XChart1.Series(SeriesIdx).asLine.Pointer.HorizontalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.VerticalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.Style = 5;
XChart1.Series(SeriesIdx).asLine.Pointer.Pen.Style = 0;
XChart1.Series(SeriesIdx).asLine.Pointer.Brush.Color = XChart1.ToOLEColor("yellow");
}
if (PriceOpt[7].checked == true)
{
//*Adj FOB(추가)
var SeriesIdx = XChart1.AddSeries(0);
XChart1.Series(SeriesIdx).DataID = "dsPrice";
XChart1.Series(SeriesIdx).YValueColumn = "FOB_PRICE";
XChart1.Series(SeriesIdx).Title = "Adj FOB";
XChart1.Series(SeriesIdx).Color = "#CC77DD";
XChart1.Series(SeriesIdx).Marks.Visible = true;
XChart1.Series(SeriesIdx).Marks.Transparent = true;
XChart1.Series(SeriesIdx).Marks.Font.Name = "Tahoma";
XChart1.Series(SeriesIdx).Marks.ArrowLength = 0;
XChart1.Series(SeriesIdx).Marks.Font.Color = XChart1.ToOLEColor("black");
XChart1.Series(SeriesIdx).asLine.LinePen.width = 2;
XChart1.Series(SeriesIdx).asLine.Pointer.Visible = true;
XChart1.Series(SeriesIdx).asLine.Pointer.HorizontalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.VerticalSize = 4;
XChart1.Series(SeriesIdx).asLine.Pointer.Style = 6;
XChart1.Series(SeriesIdx).asLine.Pointer.Pen.Style = 0;
XChart1.Series(SeriesIdx).asLine.Pointer.Brush.Color = XChart1.ToOLEColor("yellow");
}
var SeriesIdx = XChart1.AddSeries(0);
XChart1.Series(SeriesIdx).DataID = "dsPrice";
XChart1.Series(SeriesIdx).YValueColumn = "TRANSFER_PRICE";
XChart1.Series(SeriesIdx).LabelColumn = "EFFECTIVE_DATE";
XChart1.Series(SeriesIdx).ShowInLegend = false;
G_Load(dsPrice,null);
XChart1.Reset();
}
//-->
</script>
<object id=dsList classid=CLSID:3267EA0D-B5D8-11D2-A4F9-00608CEBEE49></object>
<object id=dsPrice classid=CLSID:3267EA0D-B5D8-11D2-A4F9-00608CEBEE49></object>
<body onload="C_Initialize()">
<center>
<br>
<table cellspacing='0' cellpadding='0' border='0'>
<tr>
<td>
<!-- 차트및 리스트 시작 -->
<table cellspacing='0' cellpadding='0' border='0'>
<!--TR>
<TD><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr align="right">
<td>Zoom Rate
<select id='SEL_ZOOM_PRICING' class='input_combobox_2' size='1' style='width:55' onChange="Zoom_Rate();">
<option value="75">75%</option>
<option value="100" selected>100%</option>
<option value="125">125%</option>
</select>
</td>
<td width="30">
<% Call Button_Undo()%>
</td>
</tr>
</table></TD>
</TR-->
<tr>
<td> <table width="600" border="0" cellspacing="1" cellpadding="0" class="table_line_complex_p">
<tr>
<td><comment id="__NSID__"><OBJECT id="XChart1" width="100%" height="380" classid="clsid:75B5421D-15E1-43FA-990D-C7847D1077F0">
</OBJECT></comment><script>__ws__(__NSID__);</script></td></tr>
</table></td>
</tr>
</table>
</td>
<!-- 차트및 리스트 끝 -->
<!-- 선택리스트 출력 -->
<td valign='top' align='center' style='padding:0 0 0 11;'>
<table border="0" cellspacing="1" cellpadding="0" class="table_line_complex_p">
<tr>
<td style='background-color:#FFFFFF;'>
<table cellspacing='0' cellpadding='0' border='0'>
<tr>
<td style='padding-left:2pt;'>Retail</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Dealer</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Gross</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Net</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Mkt Adj.</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>TP Adj.</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Adj. TP</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
<tr>
<td style='padding-left:2pt;'>Adj. FOB</td>
<td><input type="checkbox" id="PriceOpt"></td>
</tr>
</table>
</td>
</tr>
</table><br>
<!-- 선택리스트 출력 끝-->
<!-- 조회 버튼 -->
<%Call Button_SEARCH()%>
<!-- 조회 버튼 끝-->
</td>
</tr>
<tr>
<td colspan='2'> </td>
</tr>
<!-- 리스트 -->
<tr>
<td colspan='2' align='center'>
<table width="100%" border="0" cellspacing="1" cellpadding="0" class="table_line_complex_p">
<tr>
<td><comment id="__NSID__"><OBJECT id=gridList width="100%" height="100" classid=clsid:1F57AEAD-DB12-11D2-A4F9-00608CEBEE49>
<PARAM NAME="DataID" VALUE="dsList">
<PARAM NAME="ColSizing" VALUE="True">
<PARAM NAME="Format" VALUE="
<C> Name='Effective Date' ID=EFFECTIVE_DATE BGCOLOR=#FFFFFF Align=Center HeadAlign=Center HeadBgColor=#E1EDED Width=110 Sort=true Edit=none</C>
<C> Name='MKT Adj. Amt' ID=MKT_TP_ADJ_AMT BGCOLOR=#FFFFFF Align=Center HeadAlign=Center HeadBgColor=#E1EDED Width=140 Sort=true</C>
<C> Name='TP Adj. Amt' ID=TP_ADJ_AMT BGCOLOR=#FFFFFF Align=Center HeadAlign=Center HeadBgColor=#E1EDED Width=140 Sort=true</C>
<C> Name='Adj. TP' ID=TRANSFER_PRICE BGCOLOR=#FFFFFF Align=Center HeadAlign=Center HeadBgColor=#E1EDED Width=140 Sort=true Edit=none</C>">
</OBJECT></comment><script>__ws__(__NSID__);</script></td></tr></table>
</td>
<tr>
<!-- 리스트 끝-->
<tr>
<td colspan='2'>
<!-- 버튼테이블 시작-->
<table width='100%' border='0' cellpadding='0' cellspacing='0' class='margin_pop_btn'>
<tr>
<td align='right'>
<%
Call Button_CLOSE()
%>
</td>
</tr>
</table>
<!--버튼테이블 끝-->
</td>
</tr>
</table>
</center>
</body>
</html>
/***********************************************************
*이름 : 정지현
*
*연락처:LG CNS (02-3777-6987,010-2365-1283)
*
*메일 :javable@cnspartner.com
*
*부서 :해외마케팅 가격결정시스템 HQ
**********************************************************/
연락부탁드립니다.