diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
commit | e992f3f13ec46cad15cc7d6982e64ffc7223eb9a (patch) | |
tree | cd956af0c307aa8800d2919737908755650448ee /api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html | |
parent | 313507ebebb2155a0cb0c75ca9266e0a6a800ed0 (diff) | |
download | kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.gz kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.bz2 kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.zip |
API documentation for KVision 0.0.29
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html new file mode 100644 index 00000000..fba69330 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-scales/index.html @@ -0,0 +1,100 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.ChartScales - kvision</title> +<link rel="stylesheet" href="../../../../style.css"> +</HEAD> +<BODY> +<a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="./index.html">ChartScales</a><br/> +<br/> +<h1>ChartScales</h1> +<code><span class="keyword">interface </span><span class="identifier">ChartScales</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="display.html">display</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">display</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="grid-lines.html">gridLines</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">gridLines</span><span class="symbol">: </span><a href="../-grid-line-options/index.html"><span class="identifier">GridLineOptions</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="position.html">position</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">position</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="scale-label.html">scaleLabel</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleLabel</span><span class="symbol">: </span><a href="../-scale-title-options/index.html"><span class="identifier">ScaleTitleOptions</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="ticks.html">ticks</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">ticks</span><span class="symbol">: </span><a href="../-tick-options/index.html"><span class="identifier">TickOptions</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="type.html">type</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">type</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="x-axes.html">xAxes</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">xAxes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol"><</span><a href="../-chart-x-axe/index.html"><span class="identifier">ChartXAxe</span></a><span class="symbol">></span><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="y-axes.html">yAxes</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">yAxes</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol"><</span><a href="../-chart-y-axe.html"><span class="identifier">ChartYAxe</span></a><span class="symbol">></span><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +<h3>Inheritors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-linear-scale/index.html">LinearScale</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">LinearScale</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">ChartScales</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="../-logarithmic-scale/index.html">LogarithmicScale</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">LogarithmicScale</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">ChartScales</span></a></code></td> +</tr> +<tr> +<td> +<p><a href="../-time-scale/index.html">TimeScale</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">TimeScale</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">ChartScales</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |