aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.chart.js/-chart/-chart-size/index.html
blob: 1eb34fa8e1ec4895c6a051a22a2ab9936e8a57a8 (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
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Chart.ChartSize - 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.js</a>&nbsp;/&nbsp;<a href="../index.html">Chart</a>&nbsp;/&nbsp;<a href="./index.html">ChartSize</a><br/>
<br/>
<h1>ChartSize</h1>
<code><span class="keyword">interface </span><span class="identifier">ChartSize</span></code>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="height.html">height</a></p>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td>
</tr>
<tr>
<td>
<p><a href="width.html">width</a></p>
</td>
<td>
<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>