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 --- .../-grid-line-options/-init-.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-grid-line-options/-init-.html (limited to 'api/pl.treksoft.kvision.chart/-grid-line-options/-init-.html') diff --git a/api/pl.treksoft.kvision.chart/-grid-line-options/-init-.html b/api/pl.treksoft.kvision.chart/-grid-line-options/-init-.html new file mode 100644 index 00000000..da9b82e9 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-grid-line-options/-init-.html @@ -0,0 +1,15 @@ + + + +GridLineOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.chart / GridLineOptions / <init>
+
+

<init>

+ +GridLineOptions(display: Boolean = true, color: Color? = null, borderDash: List<Int>? = null, borderDashOffset: Int = 0, lineWidth: Int = 1, drawBorder: Boolean = true, drawOnChartArea: Boolean = true, drawTicks: Boolean = true, tickMarkLength: Int = 10, zeroLineWidth: Int = 1, zeroLineColor: Color? = null, zeroLineBorderDash: List<Int>? = null, zeroLineBorderDashOffset: Int = 0, offsetGridLines: Boolean = false) +

Chart grid line options.

+ + -- cgit