toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Geom
/
hline
hline
class
hline
(
val
yintercept
:
Number
?
=
null
,
val
alpha
:
Number
?
=
null
,
val
color
:
Any
?
=
null
,
val
linetype
:
Any
?
=
null
,
val
size
:
Number
?
=
null
,
val
colorBy
:
String
?
=
null
,
val
mapping
:
HLineMapping
.
(
)
->
Unit
=
{}
)
:
GeomOptions
,
HLineAesthetics
,
WithColorOption
Members
Constructors
hline
Link copied to clipboard
constructor
(
yintercept
:
Number
?
=
null
,
alpha
:
Number
?
=
null
,
color
:
Any
?
=
null
,
linetype
:
Any
?
=
null
,
size
:
Number
?
=
null
,
colorBy
:
String
?
=
null
,
mapping
:
HLineMapping
.
(
)
->
Unit
=
{}
)
Properties
alpha
Link copied to clipboard
open
override
val
alpha
:
Number
?
=
null
color
Link copied to clipboard
open
override
val
color
:
Any
?
=
null
color
By
Link copied to clipboard
open
override
val
colorBy
:
String
?
=
null
kind
Link copied to clipboard
val
kind
:
GeomKind
linetype
Link copied to clipboard
open
override
val
linetype
:
Any
?
=
null
mapping
Link copied to clipboard
val
mapping
:
Options
parameters
Link copied to clipboard
open
override
val
parameters
:
Options
size
Link copied to clipboard
open
override
val
size
:
Number
?
=
null
yintercept
Link copied to clipboard
open
override
val
yintercept
:
Number
?
=
null