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 --- .../-chart-legend-label-options/box-width.html | 14 ++++ .../-chart/-chart-legend-label-options/filter.html | 14 ++++ .../-chart-legend-label-options/font-color.html | 14 ++++ .../-chart-legend-label-options/font-family.html | 14 ++++ .../-chart-legend-label-options/font-size.html | 14 ++++ .../-chart-legend-label-options/font-style.html | 14 ++++ .../generate-labels.html | 14 ++++ .../-chart/-chart-legend-label-options/index.html | 81 ++++++++++++++++++++++ .../-chart-legend-label-options/padding.html | 14 ++++ .../use-point-style.html | 14 ++++ 10 files changed, 207 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/box-width.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/filter.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-color.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-family.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-size.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-style.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/generate-labels.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/padding.html create mode 100644 api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/use-point-style.html (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options') diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/box-width.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/box-width.html new file mode 100644 index 00000000..d742b61b --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/box-width.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.boxWidth - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / boxWidth
+
+

boxWidth

+ +open var boxWidth: Number? + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/filter.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/filter.html new file mode 100644 index 00000000..bb770ea9 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/filter.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.filter - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / filter
+
+

filter

+ +open val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-color.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-color.html new file mode 100644 index 00000000..17be6bd0 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-color.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.fontColor - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / fontColor
+
+

fontColor

+ +open var fontColor: dynamic + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-family.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-family.html new file mode 100644 index 00000000..d43957dc --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-family.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.fontFamily - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / fontFamily
+
+

fontFamily

+ +open var fontFamily: String? + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-size.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-size.html new file mode 100644 index 00000000..b044bc0b --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-size.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.fontSize - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / fontSize
+
+

fontSize

+ +open var fontSize: Number? + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-style.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-style.html new file mode 100644 index 00000000..fc662267 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/font-style.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.fontStyle - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / fontStyle
+
+

fontStyle

+ +open var fontStyle: String? + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/generate-labels.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/generate-labels.html new file mode 100644 index 00000000..823b01be --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/generate-labels.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.generateLabels - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / generateLabels
+
+

generateLabels

+ +open val generateLabels: (chart: Any) -> Any + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html new file mode 100644 index 00000000..8daf51f9 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/index.html @@ -0,0 +1,81 @@ + + + +Chart.ChartLegendLabelOptions - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions
+
+

ChartLegendLabelOptions

+interface ChartLegendLabelOptions +

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

boxWidth

+
+open var boxWidth: Number?
+

filter

+
+open val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any
+

fontColor

+
+open var fontColor: dynamic
+

fontFamily

+
+open var fontFamily: String?
+

fontSize

+
+open var fontSize: Number?
+

fontStyle

+
+open var fontStyle: String?
+

generateLabels

+
+open val generateLabels: (chart: Any) -> Any
+

padding

+
+open var padding: Number?
+

usePointStyle

+
+open var usePointStyle: Boolean?
+ + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/padding.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/padding.html new file mode 100644 index 00000000..f03610be --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/padding.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.padding - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / padding
+
+

padding

+ +open var padding: Number? + + diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/use-point-style.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/use-point-style.html new file mode 100644 index 00000000..517d52a3 --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-legend-label-options/use-point-style.html @@ -0,0 +1,14 @@ + + + +Chart.ChartLegendLabelOptions.usePointStyle - kvision + + + +kvision / pl.treksoft.kvision.chart.js / Chart / ChartLegendLabelOptions / usePointStyle
+
+

usePointStyle

+ +open var usePointStyle: Boolean? + + -- cgit