chartjs-chart-error-bars v4.4.4 / IErrorBarXYDataPoint
Interface: IErrorBarXYDataPoint
Extends
Properties
x
x:
number
the actual value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:7
xMax
xMax:
number
|number
[]
the maximal absolute error bar value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:15
xMin
xMin:
number
|number
[]
the minimal absolute error bar value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:11
y
y:
number
the actual value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:22
yMax
yMax:
number
|number
[]
the maximal absolute error bar value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:30
yMin
yMin:
number
|number
[]
the minimal absolute error bar value
Inherited from
Defined in
work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:26