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/-logarithmic-tick-options.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/-logarithmic-tick-options.html')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-logarithmic-tick-options.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-logarithmic-tick-options.html b/api/pl.treksoft.kvision.chart.js/-chart/-logarithmic-tick-options.html new file mode 100644 index 00000000..1d4f3059 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-logarithmic-tick-options.html @@ -0,0 +1,32 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.LogarithmicTickOptions - 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="./-logarithmic-tick-options.html">LogarithmicTickOptions</a><br/> +<br/> +<h1>LogarithmicTickOptions</h1> +<code><span class="keyword">interface </span><span class="identifier">LogarithmicTickOptions</span> <span class="symbol">:</span> <a href="-tick-options/index.html"><span class="identifier">TickOptions</span></a></code> +<h3>Inherited Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-tick-options/major.html">major</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">major</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +<tr> +<td> +<p><a href="-tick-options/minor.html">minor</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">minor</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |