[Kst] www/areas/extragear/apps/kst/kstscript/docs
George Staikos
staikos at kde.org
Thu May 26 02:41:53 CEST 2005
SVN commit 418243 by staikos:
regenerated
M +53 -0 Plot.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Plot.html #418242:418243
@@ -0,0 +1,53 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Plot - KstScript Documentation</title>
+</head>
+<body>
+<h2>Class: Plot</h2>
+<p>
+ This class represents a plot in Kst.
+ </p>
+<br><br><h3>Constructors:</h3>
+<ul>
+<a href="#constructor_1">Plot</a> ( window )<br>
+</ul>
+<h3>Methods:</h3>
+<ul></ul>
+<h3>Properties:</h3>
+<ul>
+<a href="#property_tagName">tagName</a><br><a href="#property_curves">curves</a><br><a href="#property_labels">labels</a><br><a href="#property_legend">legend</a><br>
+</ul>
+ Collection class: <a href="PlotCollection.html">PlotCollection</a><br><hr>
+<br><a name="constructor_1"></a><b>Plot ( <a href="Window.html">Window</a> window )</b><br><ul>
+<a href="Window.html">Window</a> <b>window</b> -
+ The window to place the new plot in. May also be a
+ string containing the name of an existing Window.
+
+ <br><p>
+ Creates a new plot and places it in the Window <i>window</i>.
+
+ </p>
+</ul>
+<br><br><a name="property_tagName"></a><b>string tagName</b><br><ul><p>
+ A unique identifier for this data object.
+
+ </p></ul>
+<br><br><a name="property_curves"></a><b><a href="CurveCollection.html">CurveCollection</a> curves [Read-Only]</b><br><ul><p>
+ A list of all the Curves used by the plot.
+
+ </p></ul>
+<br><br><a name="property_labels"></a><b><a href="PlotLabelCollection.html">PlotLabelCollection</a> labels [Read-Only]</b><br><ul><p>
+ A list of all the Labels used by the plot.
+
+ </p></ul>
+<br><br><a name="property_legend"></a><b><a href="Legend.html">Legend</a> legend [Read-Only]</b><br><ul><p>
+ The Legend for this plot.
+
+ </p></ul>
+<br><br><br><a href="classindex.html"><-- Back To Index</a> <a href="index.html">[Overview]</a><hr>
+<h6>Copyright © 2005 <a href="http://www.utoronto.ca/">The University of Toronto</a><br>
+ Kst <a href="http://kst.kde.org/">http://kst.kde.org/</a>
+</h6>
+</body>
+</html>
More information about the Kst
mailing list