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/-linear-scale | |
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/-linear-scale')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html | 91 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/ticks.html | 15 |
2 files changed, 106 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html new file mode 100644 index 00000000..ce632ede --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/index.html @@ -0,0 +1,91 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.LinearScale - 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">LinearScale</a><br/> +<br/> +<h1>LinearScale</h1> +<code><span class="keyword">interface </span><span class="identifier">LinearScale</span> <span class="symbol">:</span> <a href="../-chart-scales/index.html"><span class="identifier">ChartScales</span></a></code> +<h3>Properties</h3> +<table> +<tbody> +<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> +</tbody> +</table> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../-chart-scales/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="../-chart-scales/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="../-chart-scales/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="../-chart-scales/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="../-chart-scales/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="../-chart-scales/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="../-chart-scales/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="../-radial-linear-scale/index.html">RadialLinearScale</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">RadialLinearScale</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">LinearScale</span></a></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/ticks.html new file mode 100644 index 00000000..7e53abaa --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-linear-scale/ticks.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.LinearScale.ticks - 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">LinearScale</a> / <a href="./ticks.html">ticks</a><br/> +<br/> +<h1>ticks</h1> +<a name="pl.treksoft.kvision.chart.js.Chart.LinearScale$ticks"></a> +<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> +<p>Overrides <a href="../-chart-scales/ticks.html">ChartScales.ticks</a></p> +</BODY> +</HTML> |