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

📄 bichartpresentationmanager.html

📁 在流览器上仿CS界面的JAVASCRIPT脚本
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<td class="optional-header">Optional</td>
<td>Default</td>
<td>Descripton</td>
</tr>
</thead>
<tbody>
<tr>
<td><code>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>nFillAngle</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The fill angle for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setFillColor2ForPoint"></a>setFillColor2ForPoint</h3>
<p>Sets the alternate fill color for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setFillColor2ForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">sFillColor2</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>sFillColor2</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The altrenate fill color for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setFillColorForPoint"></a>setFillColorForPoint</h3>
<p>Sets the fill color for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setFillColorForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">sFillColor</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>sFillColor</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The fill color for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setFillOpacityForPoint"></a>setFillOpacityForPoint</h3>
<p>Sets the fill opacity for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setFillOpacityForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">nFillOpacity</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>nFillOpacity</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The fill opacity for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setFillTypeForPoint"></a>setFillTypeForPoint</h3>
<p>Sets the fill type for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setFillTypeForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">sFillType</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>sFillType</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The fill type for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setMarkerTypeForPoint"></a>setMarkerTypeForPoint</h3>
<p>Sets the marker type for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setMarkerTypeForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">sMarkerType</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>sMarkerType</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The marker type for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setMarkerVisibleForPoint"></a>setMarkerVisibleForPoint</h3>
<p>Sets the marker visible for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setMarkerVisibleForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">bMarkerVisible</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>bMarkerVisible</code></td>
<td><code class="type">Boolean</code></td>
<td class="optional-column"></td>
<td></td>
<td>The marker visible for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setStrokeColorForPoint"></a>setStrokeColorForPoint</h3>
<p>Sets the stroke color for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setStrokeColorForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">sStrokeColor</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>sStrokeColor</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The stroke color for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="setStrokeOpacityForPoint"></a>setStrokeOpacityForPoint</h3>
<p>Sets the stroke opacity for the point with the given ids</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.setStrokeOpacityForPoint(<span class="methodArgument">sSeriesId</span>, <span class="methodArgument">sCategoryId</span>, <span class="methodArgument">nStrokeOpacity</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>sSeriesId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The series id of the point</td>
</tr>
<tr>
<td><code>sCategoryId</code></td>
<td><code class="type">String</code></td>
<td class="optional-column"></td>
<td></td>
<td>The category id of the point</td>
</tr>
<tr>
<td><code>nStrokeOpacity</code></td>
<td><code class="type">Number</code></td>
<td class="optional-column"></td>
<td></td>
<td>The stroke opacity for the point</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
</body>
</html>

⌨️ 快捷键说明

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