summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.chart/-rectangle-options/index.html
blob: 3597e1f8ace24903c8a13621761cf1290b736dac (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>RectangleOptions - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.chart</a>&nbsp;/&nbsp;<a href="./index.html">RectangleOptions</a><br/>
<br/>
<h1>RectangleOptions</h1>
(js) <code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">RectangleOptions</span></code>
<p>Chart rectangle options.</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
</td>
<td>
<p>Chart rectangle options.</p>
<code><span class="identifier">RectangleOptions</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.RectangleOptions$<init>(pl.treksoft.kvision.core.Color, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.chart.Position)/backgroundColor">backgroundColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.RectangleOptions$<init>(pl.treksoft.kvision.core.Color, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.chart.Position)/borderColor">borderColor</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.RectangleOptions$<init>(pl.treksoft.kvision.core.Color, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.chart.Position)/borderWidth">borderWidth</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a>&nbsp;<span class="symbol">=</span>&nbsp;0<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.RectangleOptions$<init>(pl.treksoft.kvision.core.Color, pl.treksoft.kvision.core.Color, kotlin.Int, pl.treksoft.kvision.chart.Position)/borderSkipped">borderSkipped</span><span class="symbol">:</span>&nbsp;<a href="../-position/index.html"><span class="identifier">Position</span></a>&nbsp;<span class="symbol">=</span>&nbsp;Position.BOTTOM<span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="background-color.html">backgroundColor</a></h4>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">backgroundColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="border-color.html">borderColor</a></h4>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">borderColor</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="border-skipped.html">borderSkipped</a></h4>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">borderSkipped</span><span class="symbol">: </span><a href="../-position/index.html"><span class="identifier">Position</span></a></code></td>
</tr>
<tr>
<td>
(js) 
<h4><a href="border-width.html">borderWidth</a></h4>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">borderWidth</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Extension Functions</h3>
<table>
<tbody>
<tr>
<td>
(js) 
<h4><a href="../to-js.html">toJs</a></h4>
</td>
<td>
<p>An extension function to convert configuration class to JS object.</p>
<code><span class="keyword">fun </span><a href="./index.html"><span class="identifier">RectangleOptions</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>