Skip to content

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

Interface: IErrorBarXDataPoint

Extended by

Properties

x

x: number

the actual value

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

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

Defined in

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