Skip to main content
Version: Next

SpatialProfilerComponent

Hierarchy

Index

Constructors

constructor

Properties

autoScaleHorizontalMax

autoScaleHorizontalMax: number = 1

autoScaleHorizontalMin

autoScaleHorizontalMin: number = 0

height

height: number = 250

onGraphCursorMoved

onGraphCursorMoved: any = ...

width

width: number = 650

Accessors

exportHeader

  • get exportHeader(): string[]
  • Returns string[]

frame

lineAxis

  • get lineAxis(): { label: string; max: number; min: number; unit: string } | null
  • Returns { label: string; max: number; min: number; unit: string } | null

nearestCursorPoint

  • get nearestCursorPoint(): Point2D | null

plotData

  • get plotData(): { fullResolutionValues: Point2D[]; smoothingValues: Point2D[]; values: Point2D[]; xMax: number; xMin: number; yMax: number; yMean: number; yMin: number; yRms: number; ySmoothedMean: number; ySmoothedRms: number } | null
  • Returns { fullResolutionValues: Point2D[]; smoothingValues: Point2D[]; values: Point2D[]; xMax: number; xMin: number; yMax: number; yMean: number; yMin: number; yRms: number; ySmoothedMean: number; ySmoothedRms: number } | null

pointInfo

  • get pointInfo(): { infoWCS: any; posImageSpace: Point2D; posWCS: any; precision: Point2D } | null
  • Returns { infoWCS: any; posImageSpace: Point2D; posWCS: any; precision: Point2D } | null

profileStore

widgetStore

publicstaticWIDGET_CONFIG

Methods

render

  • render(): any
  • Returns any