File

models/spectra-plot.model.ts

Description

Spectra plot

Extends

NshmpPlot

Index

Properties

Properties

xValues
xValues: number[]
Type : number[]
Optional

X values

import {NshmpPlot} from '@ghsc/nshmp-lib-ng/plot';

/**
 * Spectra plot
 */
export interface SpectraPlot extends NshmpPlot {
  /** X values */
  xValues?: number[];
}

results matching ""

    No results matching ""