[Kst] www/areas/extragear/apps/kst/kstscript/docs
George Staikos
staikos at kde.org
Fri Dec 9 02:27:38 CET 2005
SVN commit 486863 by staikos:
update docs
M +13 -7 Legend.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Legend.html #486862:486863
@@ -20,7 +20,7 @@
<a class="link" href="#constructor_1">Legend</a> ( window )<br>
</ul>
<span class="title">Properties:</span><ul>
-<a class="link" href="#property_font">font</a><br><a class="link" href="#property_fontSize">fontSize</a><br><a class="link" href="#property_scalarReplacement">scalarReplacement</a><br>
+<a class="link" href="#property_font">font</a><br><a class="link" href="#property_fontSize">fontSize</a><br><a class="link" href="#property_textColor">textColor</a><br><a class="link" href="#property_vertical">vertical</a><br><a class="link" href="#property_curves">curves</a><br>
</ul>
Collection class: <a class="link" href="ViewObjectCollection.html">ViewObjectCollection</a><br><hr>
<br><span class="subTitle"><a name="constructor_1"></a><b>Legend ( <a class="link" href="Window.html">Window</a> window )</b></span><br><ul>
@@ -37,19 +37,25 @@
</p>
</ul>
<br><br><span class="subTitle"><a name="property_font"></a><b>string font</b></span><br><ul><p>
- Used to set or get the current font used for the label.
+ Used to set or get the current font used for the legend.
</p></ul>
<br><br><span class="subTitle"><a name="property_fontSize"></a><b>number fontSize</b></span><br><ul><p>
- Contains the size of the font used to draw the label.
+ Contains the size of the font used to draw the legend.
</p></ul>
-<br><br><span class="subTitle"><a name="property_scalarReplacement"></a><b>boolean scalarReplacement</b></span><br><ul><p>
- Determines if the contents of the legend should be
- interpreted in order to substitute variable reference
- constructs. Default is true.
+<br><br><span class="subTitle"><a name="property_textColor"></a><b>string textColor</b></span><br><ul><p>
+ Contains the color of the text used to draw the legend.
</p></ul>
+<br><br><span class="subTitle"><a name="property_vertical"></a><b>boolean vertical</b></span><br><ul><p>
+ True if the legend entries are stacked vertically.
+
+ </p></ul>
+<br><br><span class="subTitle"><a name="property_curves"></a><b><a class="link" href="CurveCollection.html">CurveCollection</a> curves [Read-Only]</b></span><br><ul><p>
+ The list of curves shown in the legend.
+
+ </p></ul>
<br><br><br><a class="link" href="classindex.html"><-- Back To Index</a> <a class="link" href="index.html">[Overview]</a><hr>
<h6>Copyright © 2005 <a class="link" href="http://www.utoronto.ca/">The University of Toronto</a><br>
Kst <a class="link" href="http://kst.kde.org/">http://kst.kde.org/</a>
More information about the Kst
mailing list