📄 bichartpresentation.html
字号:
<tr>
<td><code><a href="#hasMarkerVisible">hasMarkerVisible</a></code></td>
<td>Returns true if the <code><a href="#markerVisible">markerVisible</a></code> property has been set on the chart presentation</td>
</tr>
<tr>
<td><code><a href="#hasStrokeColor">hasStrokeColor</a></code></td>
<td>Returns true if the <code><a href="#strokeColor">strokeColor</a></code> property has been set on the chart presentation</td>
</tr>
<tr>
<td><code><a href="#hasStrokeOpacity">hasStrokeOpacity</a></code></td>
<td>Returns true if the <code><a href="#strokeOpacity">strokeOpacity</a></code> property has been set on the chart presentation</td>
</tr>
<tr>
<td><code><a href="#toXmlElement">toXmlElement</a></code></td>
<td>Serializes the chart presentation to an XML element</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 chart presentation object from an XML element</td>
</tr>
</tbody>
</table>
<h2>Static Fields</h2>
<p>None.</p>
<h2>Remarks</h2>
<p>
Changes to this might not become updated until the chart is updated. It
is therefore bettter to use the <code><a href="BiChartPresentationManager.html">BiChartPresentationManager</a></code>
</p>
<h2>Method Details</h2>
<h3><a name="fromXmlElement"></a>fromXmlElement</h3>
<p>Gets the properties of the chart presentation an XML element</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.fromXmlElement(<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>oNode</code></td>
<td><code class="type">XmlElement</code></td>
<td class="optional-column"></td>
<td></td>
<td>The element describing the chart presentation</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type">void</code></p>
<h3><a name="hasBarSpacing"></a>hasBarSpacing</h3>
<p>Returns true if the <code><a href="#barSpacing">barSpacing</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasBarSpacing()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasExplode"></a>hasExplode</h3>
<p>Returns true if the <code><a href="#explode">explode</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasExplode()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasFillAngle"></a>hasFillAngle</h3>
<p>Returns true if the <code><a href="#fillAngle">fillAngle</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasFillAngle()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasFillColor"></a>hasFillColor</h3>
<p>Returns true if the <code><a href="#fillColor">fillColor</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasFillColor()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasFillColor2"></a>hasFillColor2</h3>
<p>Returns true if the <code><a href="#fillColor2">fillColor2</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasFillColor2()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasFillOpacity"></a>hasFillOpacity</h3>
<p>Returns true if the <code><a href="#fillOpacity">fillOpacity</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasFillOpacity()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasFillType"></a>hasFillType</h3>
<p>Returns true if the <code><a href="#fillType">fillType</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasFillType()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasMarkerType"></a>hasMarkerType</h3>
<p>Returns true if the <code><a href="#markerType">markerType</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasMarkerType()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasMarkerVisible"></a>hasMarkerVisible</h3>
<p>Returns true if the <code><a href="#markerVisible">markerVisible</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasMarkerVisible()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasStrokeColor"></a>hasStrokeColor</h3>
<p>Returns true if the <code><a href="#strokeColor">strokeColor</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasStrokeColor()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="hasStrokeOpacity"></a>hasStrokeOpacity</h3>
<p>Returns true if the <code><a href="#strokeOpacity">strokeOpacity</a></code> property has been set on the chart presentation</p>
<h4>Syntax</h4>
<pre class="method-syntax">object.hasStrokeOpacity()</pre>
<h4>Parameters</h4>
<h4>Return Type</h4>
<p><code class="type">Boolean</code></p>
<h3><a name="toXmlElement"></a>toXmlElement</h3>
<p>Serializes the chart presentation to an XML element</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 chart presentation object from an XML element</p>
<h4>Syntax</h4>
<pre class="method-syntax">BiChartPresentation.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 presentationchart 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 chart presentation</td>
</tr>
</tbody>
</table>
<h4>Return Type</h4>
<p><code class="type"><code><a href="BiChartPresentation.html">BiChartPresentation</a></code></code></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -