toggle menu
Lets-Plot-Kotlin
4.9.2
Plot API
switch theme
search in API
Lets-Plot-Kotlin
/
org.jetbrains.letsPlot
/
Geom
/
line
line
class
line
(
val
x
:
Number
?
=
null
,
val
y
:
Number
?
=
null
,
val
alpha
:
Number
?
=
null
,
val
color
:
Any
?
=
null
,
val
linetype
:
Any
?
=
null
,
val
size
:
Number
?
=
null
,
val
colorBy
:
String
?
=
null
,
val
mapping
:
LineMapping
.
(
)
->
Unit
=
{}
)
:
GeomOptions
,
LineAesthetics
,
WithColorOption
Members
Constructors
line
Link copied to clipboard
constructor
(
x
:
Number
?
=
null
,
y
:
Number
?
=
null
,
alpha
:
Number
?
=
null
,
color
:
Any
?
=
null
,
linetype
:
Any
?
=
null
,
size
:
Number
?
=
null
,
colorBy
:
String
?
=
null
,
mapping
:
LineMapping
.
(
)
->
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
x
Link copied to clipboard
open
override
val
x
:
Number
?
=
null
y
Link copied to clipboard
open
override
val
y
:
Number
?
=
null