1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libqalculate-0.9.6: PlotDataParameters Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.3 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
<h1>PlotDataParameters Struct Reference</h1><!-- doxytag: class=<PlotDataParameters> -->Parameters for plot data series.
<a href="#_details">More...</a>
<p>
<code>#include <Calculator.h></code>
<p>
<a href="structPlotDataParameters-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o0"></a><!-- doxytag: member=<PlotDataParameters::title> ref=<o0> args=<> -->
string </td><td class="memItemRight" valign="bottom"><a class="el" href="structPlotDataParameters.html#o0">title</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Title label. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o1"></a><!-- doxytag: member=<PlotDataParameters::smoothing> ref=<o1> args=<> -->
<a class="el" href="includes_8h.html#a258">PlotSmoothing</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structPlotDataParameters.html#o1">smoothing</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Plot smoothing. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o2"></a><!-- doxytag: member=<PlotDataParameters::style> ref=<o2> args=<> -->
<a class="el" href="includes_8h.html#a257">PlotStyle</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structPlotDataParameters.html#o2">style</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Plot style. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o3"></a><!-- doxytag: member=<PlotDataParameters::yaxis2> ref=<o3> args=<> -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structPlotDataParameters.html#o3">yaxis2</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Use scale on second y-axis. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="o4"></a><!-- doxytag: member=<PlotDataParameters::xaxis2> ref=<o4> args=<> -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structPlotDataParameters.html#o4">xaxis2</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Use scale on second x-axis. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Parameters for plot data series.
<p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>libqalculate/<a class="el" href="Calculator_8h.html">Calculator.h</a></ul>
<hr size="1"><address style="align: right;"><small>
Generated on 17 Jun 2007 for libqalculate-0.9.6 by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.3</small></address>
</body>
</html>
|