KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
HistogramBuilder
Histogram
Builder
class
HistogramBuilder
(
responseName
:
String
,
position
:
LayoutPoint
,
bins
:
Int
,
discrete
:
Boolean
)
(
source
)
Sub-builder for a
HistogramDisplayElement
.
Members
Constructors
Histogram
Builder
Link copied to clipboard
constructor
(
responseName
:
String
,
position
:
LayoutPoint
,
bins
:
Int
,
discrete
:
Boolean
)
Properties
color
Link copied to clipboard
var
color
:
String
height
Link copied to clipboard
var
height
:
Double
label
Link copied to clipboard
var
label
:
String
?
width
Link copied to clipboard
var
width
:
Double
Functions
bins
Link copied to clipboard
fun
bins
(
n
:
Int
)
build
Link copied to clipboard
fun
build
(
)
:
HistogramDisplayElement