Skip to content

chartjs-chart-error-bars v4.4.4 / IErrorBarXYDataPoint

Interface: IErrorBarXYDataPoint

Extends

Properties

x

x: number

the actual value

Inherited from

IErrorBarXDataPoint.x

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

IErrorBarXDataPoint.xMax

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

IErrorBarXDataPoint.xMin

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:11


y

y: number

the actual value

Inherited from

IErrorBarYDataPoint.y

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

IErrorBarYDataPoint.yMax

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

IErrorBarYDataPoint.yMin

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:26