Sophie

Sophie

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

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

<html>
<head>
<title>Struct ScaleData</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="ScaleData-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="#Elements" class="navisub">Elements' Summary</a></td>
<td class="navisub"><a href="#ElementDetails" class="navisub">Elements' 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">struct ScaleData</td>
</tr>
<tr>
<td/></tr>
<tr>
<td/></tr>
</table>
<hr>
<a name="Elements"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Elements' Summary</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Minimum">Minimum</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Maximum">Maximum</a></td>
<td class="imsum_right">if the any contains a double value this is used as a fixed
 minimum. Otherwise, if the any is empty or contains an
 incompatible type, the minimum is automatic.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Origin">Origin</a></td>
<td class="imsum_right">The Origin indicates where other axes cross this axis.
 If the any contains a double value that value is used.
 Otherwise an appropriate value has to be calculated
 by that instances using Origin.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Orientation">Orientation</a></td>
<td class="imsum_right">Note: Is this a good place for the AXIS-orientation? Two axes may use the same
 scale, but point into two different directions (?)
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Scaling">Scaling</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Breaks">Breaks</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#Categories">Categories</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#AxisType">AxisType</a></td>
<td class="imsum_right">describes the type of the axis. E.g. it can be a real number axis or a category axis or something else.
 AxisType is one value out of the constant group <a href="AxisType.html">AxisType</a>.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#IncrementData">IncrementData</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
</table>
<a name="ElementDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Elements' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="Minimum" class="membertitle">Minimum</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>any <b>Minimum</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Maximum" class="membertitle">Maximum</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>any <b>Maximum</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>if the any contains a double value this is used as a fixed
 minimum. Otherwise, if the any is empty or contains an
 incompatible type, the minimum is automatic.

 </dd>
<dd><p>If the minimum is automatic, this means, each view that
 represents the model containing this scale, has to calculate a
 minimum by its own means.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Origin" class="membertitle">Origin</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>any <b>Origin</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>The Origin indicates where other axes cross this axis.
 If the any contains a double value that value is used.
 Otherwise an appropriate value has to be calculated
 by that instances using Origin.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Orientation" class="membertitle">Orientation</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="AxisOrientation.html">AxisOrientation</a> <b>Orientation</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Note: Is this a good place for the AXIS-orientation? Two axes may use the same
 scale, but point into two different directions (?)
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Scaling" class="membertitle">Scaling</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="XScaling.html">XScaling</a> <b>Scaling</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Breaks" class="membertitle">Breaks</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>sequence&lt; <a href="Break.html">Break</a> &gt; <b>Breaks</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="Categories" class="membertitle">Categories</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>::com::sun::star::chart2::<a href="data/module-ix.html">data</a>::<a href="data/XLabeledDataSequence.html">XLabeledDataSequence</a> <b>Categories</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="AxisType" class="membertitle">AxisType</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>long <b>AxisType</b>;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>describes the type of the axis. E.g. it can be a real number axis or a category axis or something else.
 AxisType is one value out of the constant group <a href="AxisType.html">AxisType</a>.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="IncrementData" class="membertitle">IncrementData</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td><a href="IncrementData.html">IncrementData</a> <b>IncrementData</b>;<hr>
</td>
</tr>
</table>
</td>
</tr>
</table>
<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>