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

? 歡迎來(lái)到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? bigraphbase.html

?? 在流覽器上仿CS界面的JAVASCRIPT腳本
?? HTML
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
<!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>

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩欧美一级精品久久| 亚洲码国产岛国毛片在线| 欧美午夜在线一二页| 91蜜桃网址入口| av资源站一区| 成人午夜视频网站| 福利视频网站一区二区三区| 国产精品99精品久久免费| 精品亚洲成av人在线观看| 久久国产麻豆精品| 久久99日本精品| 国产一区二区在线视频| 极品少妇xxxx精品少妇偷拍| 国产一区二区精品久久91| 国产麻豆视频一区| 国产成人av一区二区三区在线| 国产成人在线看| 成人免费毛片嘿嘿连载视频| av资源站一区| 在线视频亚洲一区| 欧美视频一区在线| 91麻豆精品国产91久久久资源速度| 欧美日韩激情在线| 337p亚洲精品色噜噜狠狠| 日韩一区二区三区高清免费看看| 337p亚洲精品色噜噜| 亚洲精品一线二线三线无人区| 欧美精品一区二区三区很污很色的| 国产色产综合产在线视频| 中文av一区特黄| 一区二区成人在线视频| 三级欧美韩日大片在线看| 精品一区二区三区在线观看国产 | 久久久久久久网| 国产精品毛片久久久久久| 亚洲精品一二三四区| 天天综合色天天| 国产一区激情在线| 97se亚洲国产综合自在线| 欧美三级在线看| 欧美哺乳videos| 国产精品久久久久久久久果冻传媒| 一区二区三区小说| 日本欧美大码aⅴ在线播放| 国产精品正在播放| 色综合天天综合在线视频| 欧美日韩激情一区| 国产清纯白嫩初高生在线观看91| 亚洲老司机在线| 久国产精品韩国三级视频| av激情成人网| 制服丝袜亚洲精品中文字幕| 久久精品欧美日韩| 亚洲成人激情自拍| 国产成人免费xxxxxxxx| 在线观看亚洲a| 久久精品亚洲乱码伦伦中文| 亚洲一区日韩精品中文字幕| 精品制服美女丁香| 色综合天天综合色综合av| 日韩欧美激情在线| 一区二区三区在线播| 国产在线播精品第三| 91福利在线导航| 国产欧美一区二区精品性色| 香蕉加勒比综合久久| 成人午夜视频免费看| 91精品国产综合久久精品麻豆| 欧美国产激情一区二区三区蜜月| 日韩高清在线一区| 色欧美片视频在线观看在线视频| 精品成人佐山爱一区二区| 午夜影院久久久| 99精品在线免费| 欧美精品一区二区三区久久久| 亚洲国产成人av好男人在线观看| 国产a精品视频| 欧美一级淫片007| 亚洲一级不卡视频| 成人福利视频在线| 久久九九久精品国产免费直播| 亚洲成人免费视| 99re免费视频精品全部| 欧美精品一区二区三区视频| 日韩精品福利网| 色欧美乱欧美15图片| 国产精品亲子乱子伦xxxx裸| 韩国三级中文字幕hd久久精品| 91精品国产高清一区二区三区| 亚洲精品久久7777| 成人听书哪个软件好| www成人在线观看| 老司机精品视频线观看86| 在线免费观看视频一区| 亚洲欧美在线视频观看| 国产一区二区三区精品视频| 欧美大片一区二区| 免费在线观看视频一区| 欧美色涩在线第一页| 亚洲免费观看视频| 色综合一区二区| 中文字幕永久在线不卡| 大尺度一区二区| 国产日韩成人精品| 国产91在线观看丝袜| 国产免费久久精品| 成人一道本在线| 欧美高清在线精品一区| 国产成人亚洲综合a∨猫咪| 久久久久久久综合日本| 国产成人一区在线| 国产精品美女久久久久久| k8久久久一区二区三区| 国产精品短视频| 色综合一区二区| 一级中文字幕一区二区| 欧美性感一类影片在线播放| 亚洲国产精品一区二区久久| 欧美久久一区二区| 免费观看在线综合色| 亚洲精品一线二线三线无人区| 国产毛片精品国产一区二区三区| 国产无人区一区二区三区| 国产.精品.日韩.另类.中文.在线.播放| 久久久久99精品国产片| 成人丝袜18视频在线观看| 国产精品福利一区| 在线亚洲欧美专区二区| 午夜精品一区二区三区电影天堂 | 亚洲欧美另类久久久精品 | 欧美一级欧美三级在线观看| 蜜臀91精品一区二区三区| 精品成人免费观看| www.亚洲色图| 亚洲综合一区二区三区| 宅男噜噜噜66一区二区66| 久久99精品久久久| 国产欧美日本一区视频| 在线看一区二区| 青娱乐精品视频在线| 国产女人水真多18毛片18精品视频 | 国产综合色精品一区二区三区| 国产亚洲一区二区在线观看| 99精品国产视频| 午夜精品视频在线观看| 久久久www免费人成精品| 9色porny自拍视频一区二区| 亚洲国产va精品久久久不卡综合| 日韩美女在线视频| 不卡的av电影在线观看| 午夜成人免费电影| 久久久99久久| 欧美视频中文一区二区三区在线观看| 青青青伊人色综合久久| 国产精品美女久久久久久久网站| 在线视频一区二区三| 国产一区二区免费看| 一区二区在线电影| 精品国产一区二区三区不卡| 99久久精品免费看国产免费软件| 日韩国产在线一| 国产精品理论在线观看| 欧美高清你懂得| 丰满少妇在线播放bd日韩电影| 午夜精品久久久久久不卡8050| 久久久蜜桃精品| 欧美日韩一区二区三区视频| 国产精品一级黄| 日韩av一区二区三区四区| 国产精品麻豆久久久| 日韩美女视频在线| 欧美中文字幕不卡| 丰满少妇久久久久久久| 免费亚洲电影在线| 亚洲免费观看高清完整版在线观看熊 | 五月婷婷综合在线| 亚洲欧洲色图综合| 久久人人97超碰com| 欧美色图12p| 972aa.com艺术欧美| 国产成人午夜片在线观看高清观看| 亚洲一区二区在线免费看| 中文字幕国产精品一区二区| 日韩欧美不卡在线观看视频| 欧美日韩在线一区二区| av中文字幕不卡| 国产精品亚洲综合一区在线观看| 视频一区欧美精品| 一区二区三区成人| 国产日韩在线不卡| 日韩欧美国产午夜精品| 欧美日韩国产首页| 一本到高清视频免费精品| 国产成人午夜视频| 国产乱子伦视频一区二区三区| 日日摸夜夜添夜夜添国产精品| 亚洲中国最大av网站| 亚洲人精品一区| 综合中文字幕亚洲| 中文字幕一区免费在线观看|