Skip to main content

TimeSeries

No description

type TimeSeries {
name: String
prt: Int
unit: String
values: [TimeSeriesValue]
style: [TimeSeriesStyle]
m: Float
y0: Float
standardDeviation: Float
}

Fields

TimeSeries.name ● String scalar

<series name="Used" prt="3003" style="dbused" forecast="true"> <accessor>syslink.xandria.chart.accessor.DefaultAccessor$AvgAccessor</accessor> </series> todo: forecast. How to implement that?

TimeSeries.prt ● Int scalar

TimeSeries.unit ● String scalar

TimeSeries.values ● [TimeSeriesValue] list object

TimeSeries.style ● [TimeSeriesStyle] list object

TimeSeries.m ● Float scalar

the slope of the mathematical straight line which is used to forecast this timeseries

TimeSeries.y0 ● Float scalar

the y-intercept of the mathematical straight line which is used to forecast this timeseries

TimeSeries.standardDeviation ● Float scalar

the mathematical standard deviation of this timeseries data

Member Of

ChartData object