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

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

?? bigraphbase.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁 / 共 2 頁
字號:
<!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>BiGraphBase</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="BiGraphBase">BiGraphBase</h1>
<p>
		This is the abstract base class for <code><a href="BiGraph.html">BiGraph</a></code>
		and <code><a href="BiGraph2.html">BiGraph2</a></code>. If Mozilla support is needed
		use <code><a href="BiGraph2.html">BiGraph2</a></code>. If line chart and/or pie chart
		is needed then use <code><a href="BiGraph.html">BiGraph</a></code>.
	</p>
<p>This class extends
		<code><a href="BiComponent.html">BiComponent</a></code>
		and therefore all methods and fields available for
		<code><a href="BiComponent.html">BiComponent</a></code>
		are also available for <code>BiGraphBase</code>.</p>
<ul class="partial-class-tree">
<li><code><a href="BiObject.html">BiObject</a></code><ul>
<li><code><a href="BiEventTarget.html">BiEventTarget</a></code><ul><li><code><a href="BiComponent.html">BiComponent</a></code><ul><li><code>BiGraphBase</code><ul id="api-derived-classes"><li><code><a href="BiGraph.html">BiGraph</a></code></li><li><code><a href="BiGraph2.html">BiGraph2</a></code></li></ul></li></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiGraphBase()</code></p>
<h3>Parameters</h3>
<p>No parameters.</p>
<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="autoScale"></a><code>autoScale</code></td>
<td><code class="type">Boolean</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>
				Allows you turn off the automatic scaling of the graph
			</td>
</tr>
<tr>
<td><a name="categories"></a><code>categories</code></td>
<td><code class="type"><code><a href="BiChartCategory.html">BiChartCategory[]</a></code></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>This is an array containing the categories used for the data of the graph.
			After this property is changed the graph component needs to be updated.</td>
</tr>
<tr>
<td><a name="categoryAxis"></a><code>categoryAxis</code></td>
<td><code class="type"><code><a href="BiChartCategoryAxis.html">BiChartCategoryAxis</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This property points to the category axis component</td>
</tr>
<tr>
<td><a name="chartArea"></a><code>chartArea</code></td>
<td><code class="type"><code><a href="BiChartArea.html">BiChartArea</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This property points to the chart area component</td>
</tr>
<tr>
<td><a name="charts"></a><code>charts</code></td>
<td><code class="type"><code><a href="BiAbstractChart.html">BiAbstractChart[]</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This is an array containing the chart components used to display the charts.</td>
</tr>
<tr>
<td><a name="chartType"></a><code>chartType</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 type of the chart. Available types are:<br>
				<br>
				bar<br>
				column<br>
				grid<br>
				line<br>
				pie<br>
				percentagestackedbar<br>
				percentagestackedcolum<br>
				stackedbar<br>
				stackedcolumn<br>
				grid
			</td>
</tr>
<tr>
<td><a name="fontSize"></a><code>fontSize</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>
				Sets the font size for the legend and axes. If <code><a href="#autoScale">autoScale</a></code>
				is true then this does not apply.
			</td>
</tr>
<tr>
<td><a name="grid"></a><code>grid</code></td>
<td><code class="type"><code><a href="BiGridChart.html">BiGridChart</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				This property returns the <code><a href="BiGrid.html">grid</a></code> used
				as the <code><a href="BiGridChart.html">grid chart</a></code> if the
				<code><a href="#chartType">chart type</a></code> is set to <code>grid</code>.
				Otherwise this is <code>null</code>.
			</td>
</tr>
<tr>
<td><a name="gridLines"></a><code>gridLines</code></td>
<td><code class="type"><code><a href="BiChartGridLines.html">BiChartGridLines</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This property points to the grid lines component</td>
</tr>
<tr>
<td><a name="legend"></a><code>legend</code></td>
<td><code class="type"><code><a href="BiChartLegend.html">BiChartLegend</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This property points to the legend component</td>
</tr>
<tr>
<td><a name="points"></a><code>points</code></td>
<td><code class="type"><code><a href="BiChartPoint.html">BiChartPoint[]</a></code></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>This is an array containing the points used for the data of the graph.</td>
</tr>
<tr>
<td><a name="presentationManager"></a><code>presentationManager</code></td>
<td><code class="type"><code><a href="BiChartPresentationManager.html">BiChartPresentationManager</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This returns the presentation manager for the graph</td>
</tr>
<tr>
<td><a name="series"></a><code>series</code></td>
<td><code class="type"><code><a href="BiChartSeries.html">BiChartSeries[]</a></code></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>This is an array containing the series used for the data of the graph.
			After this property is changed the graph component needs to be updated.</td>
</tr>
<tr>
<td><a name="valueAxis"></a><code>valueAxis</code></td>
<td><code class="type"><code><a href="BiChartValueAxis.html">BiChartValueAxis</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>This property points to the value axis component</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="#addCategory">addCategory</a></code></td>
<td>Adds a category to the categories collection</td>
</tr>
<tr>
<td><code><a href="#addPoint">addPoint</a></code></td>
<td>Adds a point to the points collection</td>
</tr>
<tr>
<td><code><a href="#addSeries">addSeries</a></code></td>
<td>
				Adds a series to the series collection
			</td>
</tr>
<tr>
<td><code><a href="#clearCategories">clearCategories</a></code></td>
<td>Removes all categories from the categories collection</td>
</tr>
<tr>
<td><code><a href="#clearPoints">clearPoints</a></code></td>
<td>Removes all points from the points collection</td>
</tr>
<tr>
<td><code><a href="#clearSeries">clearSeries</a></code></td>
<td>
				Removes all series from the series collection
			</td>
</tr>
<tr>
<td><code><a href="#fromXmlDocument">fromXmlDocument</a></code></td>
<td>This takes an XML document describing the graph data and the graph
				presentation and makes the graph reflect that information.</td>
</tr>
<tr>
<td><code><a href="#getCategoryById">getCategoryById</a></code></td>
<td>Returns the category with the given id</td>
</tr>
<tr>
<td><code><a href="#getChartForSeries">getChartForSeries</a></code></td>
<td>Returns the chart component used to display the series.</td>
</tr>
<tr>
<td><code><a href="#getChartPresentationBySeriesId">getChartPresentationBySeriesId</a></code></td>
<td>This returns the chart presentation used to describe how to render chart belonging to a series.</td>
</tr>
<tr>
<td><code><a href="#getComponentByIds">getComponentByIds</a></code></td>
<td>This returns the component used to render the section for a certain data point.</td>
</tr>
<tr>
<td><code><a href="#getContextMenuForPoint">getContextMenuForPoint</a></code></td>
<td>
				This method is used to return the context menu for a certain point.
				Override this method to provide yout own menus.
			</td>
</tr>
<tr>
<td><code><a href="#getPointByIds">getPointByIds</a></code></td>
<td>Returns the point with the given series id and the given category id</td>
</tr>
<tr>
<td><code><a href="#getSeriesById">getSeriesById</a></code></td>
<td>Returns the series with the given id</td>
</tr>
<tr>
<td><code><a href="#getToolTipForPoint">getToolTipForPoint</a></code></td>
<td>
				This method is used to return the tool tip to show for a certain point.
				Override this method to provide yout own tool tips.
			</td>
</tr>
<tr>
<td><code><a href="#removeCategory">removeCategory</a></code></td>
<td>Removes a category from the categories collection</td>
</tr>
<tr>
<td><code><a href="#removePoint">removePoint</a></code></td>
<td>Removes a point from the points collection</td>
</tr>
<tr>
<td><code><a href="#removeSeries">removeSeries</a></code></td>
<td>
				Removes a series from the series collection
			</td>
</tr>
<tr>
<td><code><a href="#toXmlDocument">toXmlDocument</a></code></td>
<td>Serializes the graph to an XML document.</td>
</tr>
<tr>
<td><code><a href="#update">update</a></code></td>
<td>
				Updates the graph and recreates the internal charts. This should
				be called after changes to the graph.
			</td>
</tr>
<tr>
<td><code><a href="#updatePoint">updatePoint</a></code></td>
<td>
				Updates the graph and recreates the internal representations
				for the given point. This should be called after changes to a point
				or a series. Leaving out the category makes this update all the
				points in the given series.
			</td>
</tr>
</tbody>
</table>
<h2>Events</h2>
<table>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td class="bubbles-header">Bubbles</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><a name="pointclick"></a><code>pointclick</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the user clicks on a point in the graph</td>
</tr>
<tr>
<td><a name="pointcontextmenu"></a><code>pointcontextmenu</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the user right clicks on a point</td>
</tr>
<tr>
<td><a name="pointdblclick"></a><code>pointdblclick</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the user double clicks on a point</td>
</tr>
<tr>
<td><a name="pointmousedown"></a><code>pointmousedown</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the user presses down the mouse button on a point</td>
</tr>
<tr>
<td><a name="pointmousemove"></a><code>pointmousemove</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the user moves the mouse over a point</td>
</tr>
<tr>
<td><a name="pointmouseout"></a><code>pointmouseout</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>
				Fires when the mouse pointer leaves a point
			</td>
</tr>
<tr>
<td><a name="pointmouseover"></a><code>pointmouseover</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>
				Fires when the mouse pointer enters a point
			</td>
</tr>
<tr>
<td><a name="pointmouseup"></a><code>pointmouseup</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>Fires when the releases the mouse button on a point</td>
</tr>
<tr>
<td><a name="pointmousewheel"></a><code>pointmousewheel</code></td>
<td><code class="type"><code><a href="BiChartMouseEvent.html">BiChartMouseEvent</a></code></code></td>
<td class="bubbles-column"></td>
<td>This event is fired when the user scrolls the mouse wheel over a point</td>
</tr>
</tbody>
</table>
<h2>Static Methods</h2>
<p>None.</p>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>None.</p>
<h2>Method Details</h2>
<h3><a name="addCategory"></a>addCategory</h3>
<p>Adds a category to the categories collection</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.addCategory(<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 add</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="addPoint"></a>addPoint</h3>
<p>Adds a point to the points collection</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.addPoint(<span class="methodArgument">oPoint</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>oPoint</code></td>
<td><code class="type"><code><a href="BiChartPoint.html">BiChartPoint</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The point to add</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="addSeries"></a>addSeries</h3>
<p>
				Adds a series to the series collection
			</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.addSeries(<span class="methodArgument">oSeries</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>oSeries</code></td>
<td><code class="type"><code><a href="BiChartSeries.html">BiChartSeries</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The series to add</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品成人免费| 亚洲国产日韩一级| 欧美日韩在线免费视频| 国产一区三区三区| 亚洲一区二区三区视频在线播放 | 在线观看区一区二| 国内精品免费**视频| 一区二区国产盗摄色噜噜| 亚洲精品在线三区| 欧美精品自拍偷拍| 日本久久精品电影| fc2成人免费人成在线观看播放 | 欧洲亚洲国产日韩| 国产一区二区三区久久久| 亚洲a一区二区| 亚洲视频中文字幕| 国产精品视频一二三| 精品久久久久久亚洲综合网| 欧美色中文字幕| 色国产综合视频| 91麻豆国产福利精品| 国产精品99久久久久久有的能看| 日韩国产在线观看| 午夜电影一区二区三区| 亚洲国产人成综合网站| 亚洲色图一区二区| 中文字幕一区二区在线观看| 国产欧美日韩三区| 国产午夜亚洲精品不卡| 精品成人在线观看| 久久影院电视剧免费观看| 精品免费日韩av| 精品国产一区二区三区av性色| 91麻豆精品国产| 91精品国产综合久久福利软件 | 亚洲精品国久久99热| 久久精品一区四区| 亚洲精品一线二线三线无人区| 91精品福利在线一区二区三区 | 国产在线视视频有精品| 麻豆国产欧美一区二区三区| 日本在线不卡一区| 久久精品国产亚洲aⅴ| 黄色日韩网站视频| 国产一区二区精品久久99| 久久国产尿小便嘘嘘尿| 激情六月婷婷久久| 国产高清一区日本| bt欧美亚洲午夜电影天堂| 99久久婷婷国产综合精品| 91美女精品福利| 欧美日韩亚洲综合在线| 精品久久久久久综合日本欧美| 欧美成人精品福利| 久久综合国产精品| 欧美韩日一区二区三区| 国产精品九色蝌蚪自拍| 亚洲特黄一级片| 亚洲国产精品精华液网站| 亚洲sss视频在线视频| 男人的天堂亚洲一区| 国产精品77777竹菊影视小说| 成人午夜私人影院| 在线欧美日韩国产| 91精品国产一区二区三区香蕉| 精品久久久久久久久久久院品网 | 欧美系列日韩一区| 欧美一级艳片视频免费观看| 精品乱码亚洲一区二区不卡| 国产亚洲污的网站| 亚洲免费色视频| 日韩国产欧美三级| 成人免费va视频| 欧美精品一级二级三级| 久久先锋影音av鲁色资源网| 国产精品久久久久影院| 性久久久久久久久久久久| 国产一区二区女| 色噜噜狠狠成人网p站| 欧美大片免费久久精品三p| 日本一区二区三区电影| 亚洲精品视频免费看| 免费视频最近日韩| 波多野洁衣一区| 欧美一区二区三区免费| 日本一区二区高清| 日韩成人免费电影| 91性感美女视频| 欧美电影免费观看高清完整版在线| 国产精品女上位| 蜜臀91精品一区二区三区| 波多野结衣中文字幕一区二区三区| 欧美亚洲综合在线| 中文在线一区二区| 久久电影国产免费久久电影 | 99精品久久免费看蜜臀剧情介绍| 欧美视频一区二区三区四区 | 日本中文字幕一区二区有限公司| 成人中文字幕合集| 欧美电视剧在线观看完整版| 亚洲乱码国产乱码精品精可以看 | 日韩中文字幕区一区有砖一区| 国产精品99久久久久| 在线综合+亚洲+欧美中文字幕| 中文字幕中文字幕在线一区 | 欧美日韩一区二区电影| 欧美激情一区二区三区蜜桃视频 | 亚洲国产一区在线观看| 成人免费视频一区二区| 精品国产91洋老外米糕| 性感美女极品91精品| 色综合天天综合给合国产| 国产亲近乱来精品视频| 精品中文字幕一区二区小辣椒| 欧美综合天天夜夜久久| 蜜桃av一区二区| 色999日韩国产欧美一区二区| 国产人伦精品一区二区| 精久久久久久久久久久| 欧美精品777| 亚洲国产sm捆绑调教视频| 91视频一区二区三区| 欧美激情资源网| 国产69精品久久99不卡| 久久久美女艺术照精彩视频福利播放| 日日夜夜一区二区| 在线播放中文一区| 天堂精品中文字幕在线| 欧美精品久久久久久久多人混战| 亚洲日本va在线观看| av不卡一区二区三区| 欧美高清在线一区| 成人app软件下载大全免费| 中文字幕av一区二区三区高| 国产成人夜色高潮福利影视| 久久精品这里都是精品| 国产成人精品免费看| 中文字幕高清不卡| 成人av网站免费| 亚洲欧美偷拍三级| 欧美伊人久久大香线蕉综合69| 亚洲国产精品视频| 制服丝袜在线91| 久久99精品国产91久久来源| 日韩午夜电影av| 韩国三级中文字幕hd久久精品| 久久久久国产精品人| 成人免费视频一区| 亚洲精品久久嫩草网站秘色| 欧美性生活久久| 日本美女一区二区三区视频| 日韩欧美国产综合| 国产高清不卡二三区| ...xxx性欧美| 欧美日韩高清一区二区不卡| 人人精品人人爱| 国产午夜精品一区二区三区嫩草 | 精品女同一区二区| 国产69精品久久久久毛片 | 美女视频黄a大片欧美| 久久一区二区视频| 97精品久久久久中文字幕| 亚洲国产精品一区二区久久恐怖片 | 久久久99免费| 97精品久久久午夜一区二区三区| 亚洲成人综合在线| 欧美哺乳videos| 99久久久国产精品免费蜜臀| www.日本不卡| 亚洲国产中文字幕在线视频综合 | 欧美视频在线一区| 久久爱www久久做| 日韩毛片视频在线看| 91精品婷婷国产综合久久 | 欧美日韩亚洲综合在线 | 日本美女视频一区二区| 国产无遮挡一区二区三区毛片日本| 成人av片在线观看| 天天色图综合网| 欧美激情在线一区二区三区| 欧美亚洲综合网| 国产成人在线网站| 亚洲高清在线精品| 久久久99精品久久| 欧美巨大另类极品videosbest | 国产揄拍国内精品对白| 亚洲欧美在线视频| 日韩一级完整毛片| a级高清视频欧美日韩| 免费av网站大全久久| 中文字幕日韩一区二区| 日韩欧美激情在线| 欧美一a一片一级一片| 国产精品一级片在线观看| 亚洲最大色网站| 中文字幕第一页久久| 欧美一区二区播放| 日本精品一级二级| 成人一区二区三区在线观看 | 日韩成人伦理电影在线观看|