⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 biabstractchartsectionbase.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>BiAbstractChartSectionBase</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="BiAbstractChartSectionBase">BiAbstractChartSectionBase</h1>
<p>
		Used as base class for marker, column rect and pie chart section. These
		are used to create the visual presentation for the data points of a chart.
	</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>BiAbstractChartSectionBase</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>BiAbstractChartSectionBase</code><ul id="api-derived-classes"><li><code><a href="BiAbstractChartSection.html">BiAbstractChartSection</a></code></li><li><code><a href="BiAbstractChartSection2.html">BiAbstractChartSection2</a></code></li></ul></li></ul></li></ul></li></ul>
</li>
</ul>
<h2>Constructor</h2>
<p><code>

	new BiAbstractChartSectionBase(<span class="methodArgument">oChart</span>, <span class="methodArgument">oCategory</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>oChart</code></td>
<td><code class="type"><code><a href="BiAbstractChart.html">BiAbstractChart</a></code></code></td>
<td class="optional-column"></td>
<td></td>
<td>The chart that the chart section is part of</td>
</tr>
<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 that the chart section is displaying</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="category"></a><code>category</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"></td>
<td>The category that the chart section is displaying</td>
</tr>
<tr>
<td><a name="chart"></a><code>chart</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>The chart that the chart section is part of</td>
</tr>
<tr>
<td><a name="contextMenu"></a><code>contextMenu</code></td>
<td><code class="type"><code><a href="BiMenu.html">BiMenu</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the context menu for the section. This returns null if no
				specific context menu is available for the section.
			</td>
</tr>
<tr>
<td><a name="explode"></a><code>explode</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 amount to move the pie chart section from the center (percentage of radius)</td>
</tr>
<tr>
<td><a name="fillAngle"></a><code>fillAngle</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 fill angle used when painting the chart.</td>
</tr>
<tr>
<td><a name="fillColor"></a><code>fillColor</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 fill color for the chart</td>
</tr>
<tr>
<td><a name="fillColor2"></a><code>fillColor2</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 alternate fill color used when fill type is gradient</td>
</tr>
<tr>
<td><a name="fillOpacity"></a><code>fillOpacity</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 fill opcaity for the chart</td>
</tr>
<tr>
<td><a name="fillType"></a><code>fillType</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 fill type used when painting the chart</td>
</tr>
<tr>
<td><a name="graph"></a><code>graph</code></td>
<td><code class="type"><code><a href="BiGraphBase.html">BiGraphBase</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>The graphs that the chart section is part of</td>
</tr>
<tr>
<td><a name="markerType"></a><code>markerType</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 marker type for the chart</td>
</tr>
<tr>
<td><a name="markerVisible"></a><code>markerVisible</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>Whether markers are visible for the chart</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"></td>
<td>The series that the chart section is displaying</td>
</tr>
<tr>
<td><a name="strokeColor"></a><code>strokeColor</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 stroke color for the chart</td>
</tr>
<tr>
<td><a name="strokeOpacity"></a><code>strokeOpacity</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 stroke opcaity for the chart</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"></td>
<td>Returns the title of the category the section is part of</td>
</tr>
<tr>
<td><a name="toolTip"></a><code>toolTip</code></td>
<td><code class="type"><code><a href="BiToolTip.html">BiToolTip</a></code></code></td>
<td class="get-column"><img src="check.png" alt="checked"></td>
<td class="set-column"></td>
<td>
				Returns the tool tip to show. If this returns null no tool tip is used for the section.
			</td>
</tr>
</tbody>
</table>
<h2>Methods</h2>
<table>
<thead>
<tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -