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