toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health
/
AggregatedHealthData
Aggregated
Health
Data
data
class
AggregatedHealthData
(
val
yValues
:
List
<
Double
>
,
val
xValues
:
List
<
Double
>
,
val
seriesName
:
String
)
Members
Constructors
Aggregated
Health
Data
Link copied to clipboard
constructor
(
yValues
:
List
<
Double
>
,
xValues
:
List
<
Double
>
,
seriesName
:
String
)
Properties
series
Name
Link copied to clipboard
val
seriesName
:
String
x
Values
Link copied to clipboard
val
xValues
:
List
<
Double
>
y
Values
Link copied to clipboard
val
yValues
:
List
<
Double
>