ErrorAmount Enum

File
wijmo.chart.analytics.js
Module
wijmo.chart.analytics

Specifies the error amount of the series, it can be a standard error amount, a percentage or a standard deviation.

Members

Name Value Description
FixedValue 0

Indicates the error with a fixed value.

Percentage 1

Indicates the error with a percentage value.

StandardDeviation 2

Indicates the error with the standard deviation.

StandardError 3

Indicates the error with the standard error.

Custom 4

Indicates the error with the custom value.