toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.cartesian.data
/
LineCartesianLayerModel
/
Entry
Entry
class
Entry
:
CartesianLayerModel.Entry
Represents a line node at (
x
,
y
).
Members
Constructors
Entry
Link copied to clipboard
constructor
(
x
:
Number
,
y
:
Number
)
Properties
x
Link copied to clipboard
open
override
val
x
:
Double
The
x
coordinate.
y
Link copied to clipboard
val
y
:
Double
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int