From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- api/pl.treksoft.kvision.chart/-legend-options/-init-.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-legend-options/-init-.html (limited to 'api/pl.treksoft.kvision.chart/-legend-options/-init-.html') diff --git a/api/pl.treksoft.kvision.chart/-legend-options/-init-.html b/api/pl.treksoft.kvision.chart/-legend-options/-init-.html new file mode 100644 index 00000000..7541890a --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-legend-options/-init-.html @@ -0,0 +1,15 @@ + + + +LegendOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.chart / LegendOptions / <init>
+
+

<init>

+ +LegendOptions(display: Boolean = true, position: Position = Position.TOP, fullWidth: Boolean = true, reverse: Boolean = false, onClick: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, onHover: (event: MouseEvent, legendItem: ChartLegendLabelItem) -> Unit = null, labels: LegendLabelOptions? = null) +

Chart legend options.

+ + -- cgit