亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bichartseries.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><!--
Generated using api.website.xsl version 2003-07-17
-->
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BiChartSeries</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="api.css"><script type="text/javascript">

				function showDerivedClasses() {
					var ul = document.getElementById("api-derived-classes");
					var lis = ul.childNodes;
					var l = lis.length;
					for (var i = 1; i < l; i++)
						lis[i].style.display = "";
					lis[0].style.display = "none";
				}

			</script></head>
<body>
<h1 id="BiChartSeries">BiChartSeries</h1>
<p>
		This describes a series of values that is used with the <code><a href="BiGraph.html">graph</a></code>
		control. Each series has a unique <code><a href="#id">id</a></code> and every value of the series
		belongs to a certain <code><a href="BiChartCategory.html">category</a></code>.
	</p>
<p>This class extends
		<code><a href="BiObject.html">BiObject</a></code>
		and therefore all methods and fields available for
		<code><a href="BiObject.html">BiObject</a></code>
		are also available for <code>BiChartSeries</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code>BiChartSeries</code><ul id="api-derived-classes"></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiChartSeries(<span class="methodArgument">oGraph</span>, <span class="methodArgument">sId</span> [, <span class="methodArgument">sTitle</span> [, <span class="methodArgument">oValues</span>]])</code></p>
<h3>Parameters</h3>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oGraph</code></td>
<td><code class="type"><code><a href="BiGraph.html">BiGraph</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The graph that the series belongs to</td>
</tr>
<tr>
<td><code>sId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The id of the series</td>
</tr>
<tr>
<td><code>sTitle</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td></td>
<td>The title of the series</td>
</tr>
<tr>
<td><code>oValues</code></td>
<td><code class="type">Number[]</code></td>
<td class="optional-column"><img src="check.png" alt="checked"></td>
<td><code>[]</code></td>
<td>The values in the series given in the same order as the categories</td>
</tr>
</tbody>
</table>
<h2>Properties</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="get-header">get</td>
<td class="set-header">set</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="absSum"></a><code>absSum</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The sum of the absolute values in the series</td>
</tr>
<tr>
<td><a name="id"></a><code>id</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The id of the series</td>
</tr>
<tr>
<td><a name="index"></a><code>index</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The index of the series</td>
</tr>
<tr>
<td><a name="maximumValue"></a><code>maximumValue</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The maximum of the values in the series</td>
</tr>
<tr>
<td><a name="minimumValue"></a><code>minimumValue</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The maximum of the values in the series</td>
</tr>
<tr>
<td><a name="sum"></a><code>sum</code></td>
<td><code class="type">Number</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The sum of the values in the series</td>
</tr>
<tr>
<td><a name="title"></a><code>title</code></td>
<td><code class="type">String</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>The title of the series</td>
</tr>
<tr>
<td><a name="values"></a><code>values</code></td>
<td><code class="type">Number[]</code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"><img src="check.png" alt="checked"></td>
<td>
				The values in the series. This is the same order as the order of
				the categories. If a value for a certain category is missing the
				value for that is <code>null</code> in the array.
			</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#getValueByCategory">getValueByCategory</a></code></td>
<td>Returns the value for the given category</td>
</tr>
<tr>
<td><code><a href="#getValueByCategoryId">getValueByCategoryId</a></code></td>
<td>Returns the value for the given category id</td>
</tr>
<tr>
<td><code><a href="#getValueByIndex">getValueByIndex</a></code></td>
<td>Returns the value for the given index</td>
</tr>
<tr>
<td><code><a href="#setValueByCategory">setValueByCategory</a></code></td>
<td>Sets the value for the given category</td>
</tr>
<tr>
<td><code><a href="#setValueByCategoryId">setValueByCategoryId</a></code></td>
<td>Sets the value for the given category id</td>
</tr>
<tr>
<td><code><a href="#setValueByIndex">setValueByIndex</a></code></td>
<td>Sets the value for the given index</td>
</tr>
<tr>
<td><code><a href="#toXmlElement">toXmlElement</a></code></td>
<td>Serializes the series to an XML element (sub tree)</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<p>None.</p>
<h2>Static Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#fromXmlElement">fromXmlElement</a></code></td>
<td>Creates a new series object from an XML element</td>
</tr>
</tbody>
</table>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>
		Changing the series does not update the chart. The graph components needs
		to be updated manually.
	</p>
<h2>Method Details</h2>
<h3><a name="getValueByCategory"></a>getValueByCategory</h3>
<p>Returns the value for the given category</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getValueByCategory(<span class="methodArgument">oCategory</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oCategory</code></td>
<td><code class="type"><code><a href="BiChartCategory.html">BiChartCategory</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The category to get the value for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getValueByCategoryId"></a>getValueByCategoryId</h3>
<p>Returns the value for the given category id</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getValueByCategoryId(<span class="methodArgument">sCatId</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>sCatId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id to get the value for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="getValueByIndex"></a>getValueByIndex</h3>
<p>Returns the value for the given index</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.getValueByIndex(<span class="methodArgument">i</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>i</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The index to get the value for</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">Number</code></p>
<h3><a name="setValueByCategory"></a>setValueByCategory</h3>
<p>Sets the value for the given category</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setValueByCategory(<span class="methodArgument">oCategory</span>, <span class="methodArgument">nValue</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oCategory</code></td>
<td><code class="type"><code><a href="BiChartCategory.html">BiChartCategory</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The category to set the value for</td>
</tr>
<tr>
<td><code>nValue</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The value to set</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setValueByCategoryId"></a>setValueByCategoryId</h3>
<p>Sets the value for the given category id</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setValueByCategoryId(<span class="methodArgument">sCatId</span>, <span class="methodArgument">nValue</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>sCatId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id to set the value for</td>
</tr>
<tr>
<td><code>nValue</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The value to set</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setValueByIndex"></a>setValueByIndex</h3>
<p>Sets the value for the given index</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setValueByIndex(<span class="methodArgument">i</span>, <span class="methodArgument">nValue</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>i</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id to set the value for</td>
</tr>
<tr>
<td><code>nValue</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The value to set</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="toXmlElement"></a>toXmlElement</h3>
<p>Serializes the series to an XML element (sub tree)</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.toXmlElement(<span class="methodArgument">oDoc</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oDoc</code></td>
<td><code class="type"><code><a href="BiXmlDocument.html">BiXmlDocument</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The XML document to create the element in</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">XmlElement</code></p>
<h2>Static Method Details</h2>
<h3><a name="fromXmlElement"></a>fromXmlElement</h3>
<p>Creates a new series object from an XML element</p>
<h4>Syntax</h4>
<pre class="method-syntax">BiChartSeries.fromXmlElement(<span class="methodArgument">oGraph</span>, <span class="methodArgument">oNode</span>)</pre>
<h4>Parameters</h4>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>oGraph</code></td>
<td><code class="type"><code><a href="BiGraph.html">BiGraph</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The graph that the series belongs to</td>
</tr>
<tr>
<td><code>oNode</code></td>
<td><code class="type">XmlElement</code></td>
<td class="optional-column"></td>
<td></td>
<td>The element describing the series</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiChartSeries.html">BiChartSeries</a></code></code></p>
</body>
</html>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩三级高清在线| 欧美一区二区三区色| 国产精品美女久久久久久2018| 国内精品嫩模私拍在线| 久久久久久**毛片大全| 成人美女在线观看| 亚洲精品日韩一| 欧美电影在线免费观看| 另类小说综合欧美亚洲| 久久精品人人爽人人爽| 91女厕偷拍女厕偷拍高清| 亚洲午夜久久久久| 日韩欧美一区二区免费| 国产91精品免费| 亚洲成人手机在线| 久久天天做天天爱综合色| 成人午夜电影网站| 亚洲va欧美va人人爽| 欧美成人精精品一区二区频| 国产成人av网站| 亚洲国产成人av网| 久久婷婷国产综合精品青草| 99re这里只有精品6| 天天综合色天天综合| 国产校园另类小说区| 91国产丝袜在线播放| 狠狠狠色丁香婷婷综合激情 | 国产精品99久久不卡二区| 国产精品免费视频网站| 欧美日韩情趣电影| 国产精一区二区三区| 亚洲一区二区不卡免费| 精品成人私密视频| 91福利在线看| 国产一区二区三区高清播放| 一区二区免费看| 久久综合色之久久综合| 欧洲人成人精品| 国产精品一区二区在线看| 香蕉久久夜色精品国产使用方法 | 亚洲123区在线观看| 久久久亚洲欧洲日产国码αv| 色系网站成人免费| 国产伦精品一区二区三区免费迷 | 蜜桃视频一区二区三区在线观看| 国产精品美女一区二区| 欧美tickling网站挠脚心| 欧美怡红院视频| 成人精品视频一区二区三区 | 日本欧美大码aⅴ在线播放| 国产精品精品国产色婷婷| 日韩美一区二区三区| 欧美日韩五月天| 91香蕉视频mp4| 丰满白嫩尤物一区二区| 精品一区二区三区香蕉蜜桃 | 欧美国产亚洲另类动漫| 精品久久久久久无| 欧美精品少妇一区二区三区| 91免费精品国自产拍在线不卡| 国产麻豆精品久久一二三| 日本欧美加勒比视频| 天堂精品中文字幕在线| 亚洲国产人成综合网站| 亚洲午夜免费福利视频| 一区二区免费视频| 亚洲一区二区四区蜜桃| 亚洲美女在线一区| 亚洲欧美日韩成人高清在线一区| 欧美激情在线免费观看| 国产精品理论片在线观看| 国产偷国产偷精品高清尤物| 日韩精品一区二区三区在线| 日韩亚洲欧美在线观看| 欧美一级在线观看| 精品国产一二三区| 欧美一级日韩不卡播放免费| 日韩欧美亚洲国产另类| 日韩精品一区二区三区蜜臀| 精品日韩一区二区三区| 日韩欧美自拍偷拍| 精品国产人成亚洲区| 精品国产3级a| 国产午夜亚洲精品午夜鲁丝片 | 最新国产の精品合集bt伙计| 中文字幕一区二区三区精华液 | 日韩三级在线免费观看| 日韩一区二区视频| 欧美大肚乱孕交hd孕妇| 久久综合99re88久久爱| 国产喷白浆一区二区三区| 中文一区一区三区高中清不卡| 国产欧美日韩不卡免费| 亚洲欧美日韩中文播放| 亚洲成av人**亚洲成av**| 奇米777欧美一区二区| 国产精品一二三区在线| 成人动漫在线一区| 欧洲精品一区二区三区在线观看| 91精品国产一区二区人妖| 日韩情涩欧美日韩视频| 日本一区二区三区电影| 一区二区三区欧美日| 免费成人深夜小野草| 国产91在线看| 欧美色成人综合| 精品国产免费视频| 亚洲色图一区二区| 喷水一区二区三区| 99在线视频精品| 777xxx欧美| 日本一区二区高清| 午夜精品福利一区二区三区av| 久草在线在线精品观看| 99国产精品久久久久| 欧美一区二区三区成人| 国产精品久久久久影院老司| 日韩激情一二三区| 成人永久aaa| 91精品一区二区三区久久久久久| 久久久久久亚洲综合| 亚洲一级在线观看| 丁香六月综合激情| 555www色欧美视频| 综合色天天鬼久久鬼色| 九九在线精品视频| 日本丰满少妇一区二区三区| 欧美精品一区二区久久婷婷| 亚洲在线一区二区三区| 懂色av中文一区二区三区| 日韩一区二区免费在线观看| 成人欧美一区二区三区1314| 极品美女销魂一区二区三区免费 | 欧美精品xxxxbbbb| 亚洲素人一区二区| 国产毛片精品视频| 日韩网站在线看片你懂的| 亚洲精品国产a久久久久久| 国产很黄免费观看久久| 日韩欧美一区电影| 婷婷综合另类小说色区| 91免费视频网| 国产精品久久久久久久久快鸭 | 一区二区在线观看av| 日韩欧美成人一区二区| 久久综合中文字幕| 偷偷要91色婷婷| 在线看国产一区二区| 亚洲欧美综合色| 国产盗摄精品一区二区三区在线| 欧美精品视频www在线观看| 一区二区三区日韩精品视频| 99re免费视频精品全部| 国产精品少妇自拍| 国产精品综合视频| 久久久精品免费免费| 国产一区二区三区免费| 久久综合给合久久狠狠狠97色69| 人人超碰91尤物精品国产| 91精选在线观看| 日韩av一区二区在线影视| 欧美日韩精品久久久| 亚洲一区免费在线观看| 欧美色综合网站| 亚洲午夜在线电影| 欧美精品久久一区二区三区| 亚洲3atv精品一区二区三区| 欧美色精品在线视频| 午夜精品久久久久久久久久久 | 亚洲视频精选在线| 在线免费不卡视频| 日韩色视频在线观看| 免费成人av在线播放| 欧美精品一区二区三区蜜桃 | 成人综合婷婷国产精品久久| 久久这里只有精品首页| 国产成a人亚洲精| 国产精品麻豆久久久| 91美女精品福利| 亚洲最新在线观看| 欧美另类高清zo欧美| 免费在线视频一区| 亚洲精品一区二区三区蜜桃下载| 国内久久精品视频| 国产精品天天看| 日本黄色一区二区| 婷婷开心激情综合| 日韩欧美美女一区二区三区| 国产乱码一区二区三区| 国产精品久久久99| 欧美三区在线观看| 麻豆精品国产91久久久久久| 久久久国产一区二区三区四区小说| 成人毛片老司机大片| 亚洲高清不卡在线| 欧美tickling网站挠脚心| 成人久久视频在线观看| 久久日韩精品一区二区五区| 久久久久99精品国产片| 国产精品国产自产拍在线|