Interface XYArrayAlignToFirstOptions

interface XYArrayAlignToFirstOptions {
    delta?: number | (arg: number) => number;
}

Properties

Properties

delta?: number | (arg: number) => number

The range in which the two x values of the data/spectra must be to be placed on the same line. It may also be a function that allows to change delta depending on the X values of the spectrum

1