Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 1673

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Service CandleStickChartType</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimain"><a href="CandleStickChartType-xref.html" class="navimain">Use</a></td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#IncludedServices" class="navisub">Included Services</a></td>
<td class="navisub">Exported Interfaces</td>
<td class="navisub"><a href="#PropertiesSummary" class="navisub">Properties' Summary</a></td>
<td class="navisub"><a href="#PropertiesDetails" class="navisub">Properties' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">chart2</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">service CandleStickChartType</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>chart type service for candlestick charts.
 </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="IncludedServices"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Included Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="ChartType.html">ChartType</a></td>
<td class="imsum_right"><dl>
<dt><b>Description</b></dt>
<dd>The base service describing generic chart types.
 </dd>
</dl>
</td>
</tr>
</table>
<a name="PropertiesSummary"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Properties' Summary</td>
</tr>
<tr>
<td class="imsum_left">[ maybedefault ] boolean<br>
<a href="#Japanese">Japanese</a></td>
<td class="imsum_right">If this property is <b>true</b>, the candlesticks are shown as
 japanese candlesticks. This implies that the property
 <a href="#ShowFirst">ShowFirst</a> is also <b>true</b>.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">[ maybevoid ] ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a><br>
<a href="#WhiteDay">WhiteDay</a></td>
<td class="imsum_right">If the candlestick chart shows japanese candlesticks, that is
 the property <a href="#Japanese">Japanese</a> is <b>true</b>, the
 property set given here contains the formatting attributes of
 the white boxes, i.e. the boxes shown for rising values.</p>

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">[ maybevoid ] ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a><br>
<a href="#BlackDay">BlackDay</a></td>
<td class="imsum_right">If the candlestick chart shows japanese candlesticks, that is
 the property <a href="#Japanese">Japanese</a> is <b>true</b>, the
 property set given here contains the formatting attributes of
 the black boxes, i.e. the boxes shown for falling values.</p>

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">[ maybedefault ] boolean<br>
<a href="#ShowFirst">ShowFirst</a></td>
<td class="imsum_right">If this property is <b>true</b>, the first value (which would be
 the opening course in a stock chart) is shown in the chart.
 This also makes the role "values-first" mandatory.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left">[ maybedefault ] boolean<br>
<a href="#ShowHighLow">ShowHighLow</a></td>
<td class="imsum_right">If this property is <b>true</b>, the low and high values are shown
 in the chart. This also makes the roles "values-min" and
 "values-max" mandatory.

 &nbsp;</td>
</tr>
</table>
<a name="PropertiesDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Properties' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="Japanese" class="membertitle">Japanese</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ maybedefault ] boolean <b>Japanese</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If this property is <b>true</b>, the candlesticks are shown as
 japanese candlesticks. This implies that the property
 <a href="#ShowFirst">ShowFirst</a> is also <b>true</b>.

 </dd>
<dd><p>Japanese candlesticks show the first and last value as
 boxes. A rising course (i.e. if the last value is greater
 than the first one) is shown by a white box. A falling course
 is shown by a black box.</p>

 <p>Default is <b>false</b>.</p>

 </dd>
<dt><b>See also</b></dt>
<dd><a href="#WhiteDay">WhiteDay</a>, <a href="#BlackDay">BlackDay</a></dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="WhiteDay" class="membertitle">WhiteDay</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ maybevoid ] ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a> <b>WhiteDay</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If the candlestick chart shows japanese candlesticks, that is
 the property <a href="#Japanese">Japanese</a> is <b>true</b>, the
 property set given here contains the formatting attributes of
 the white boxes, i.e. the boxes shown for rising values.</p>

 </dd>
<dd><p>The ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a>
 given here must support the services
 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/FillProperties.html">FillProperties</a>
 and
 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/LineProperties.html">LineProperties</a>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BlackDay" class="membertitle">BlackDay</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ maybevoid ] ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a> <b>BlackDay</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If the candlestick chart shows japanese candlesticks, that is
 the property <a href="#Japanese">Japanese</a> is <b>true</b>, the
 property set given here contains the formatting attributes of
 the black boxes, i.e. the boxes shown for falling values.</p>

 </dd>
<dd><p>The ::com::sun::star::<a href="../beans/module-ix.html">beans</a>::<a href="../beans/XPropertySet.html">XPropertySet</a>
 given here must support the services
 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/FillProperties.html">FillProperties</a>
 and
 ::com::sun::star::<a href="../drawing/module-ix.html">drawing</a>::<a href="../drawing/LineProperties.html">LineProperties</a>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ShowFirst" class="membertitle">ShowFirst</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ maybedefault ] boolean <b>ShowFirst</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If this property is <b>true</b>, the first value (which would be
 the opening course in a stock chart) is shown in the chart.
 This also makes the role "values-first" mandatory.

 </dd>
<dd><p>This property is only evaluated for non-japanese
 candlestick charts, as japanese candlesticks always require to
 show the first value.</p>

 <p>Default is <b>false</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ShowHighLow" class="membertitle">ShowHighLow</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>[ maybedefault ] boolean <b>ShowHighLow</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>If this property is <b>true</b>, the low and high values are shown
 in the chart. This also makes the roles "values-min" and
 "values-max" mandatory.

 </dd>
<dd><p>Default is <b>true</b>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>&nbsp;<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>