Skip to main content
Version: Next

LinePlotSettingsPanelComponentProps

Index

Constructors

constructor

Properties

optionalclearXYBounds

clearXYBounds?: () => void

Type declaration

    • (): void
    • Returns void

optionaldisableShowWCSAxis

disableShowWCSAxis?: boolean

optionalhandleCoordinateChanged

handleCoordinateChanged?: (changeEvent: ChangeEvent<HTMLSelectElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLSelectElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLSelectElement>

      Returns void

optionalhandleLogScaleChanged

handleLogScaleChanged?: (changeEvent: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLInputElement>

      Returns void

optionalhandleMarkerTextChanged

handleMarkerTextChanged?: (changeEvent: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLInputElement>

      Returns void

optionalhandleMeanRmsChanged

handleMeanRmsChanged?: (changeEvent: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLInputElement>

      Returns void

optionalhandleWcsAxisChanged

handleWcsAxisChanged?: (changeEvent: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLInputElement>

      Returns void

optionalhandleWcsValuesChanged

handleWcsValuesChanged?: (changeEvent: ChangeEvent<HTMLInputElement>) => void

Type declaration

    • (changeEvent: ChangeEvent<HTMLInputElement>): void
    • Parameters

      • changeEvent: ChangeEvent<HTMLInputElement>

      Returns void

optionalhandleXMaxChange

handleXMaxChange?: (ev: any) => void

Type declaration

    • (ev: any): void
    • Parameters

      • ev: any

      Returns void

optionalhandleXMinChange

handleXMinChange?: (ev: any) => void

Type declaration

    • (ev: any): void
    • Parameters

      • ev: any

      Returns void

optionalhandleYMaxChange

handleYMaxChange?: (ev: any) => void

Type declaration

    • (ev: any): void
    • Parameters

      • ev: any

      Returns void

optionalhandleYMinChange

handleYMinChange?: (ev: any) => void

Type declaration

    • (ev: any): void
    • Parameters

      • ev: any

      Returns void

optionalisAutoScaledX

isAutoScaledX?: boolean

optionalisAutoScaledY

isAutoScaledY?: boolean

lineColorMap

lineColorMap: Map<LineKey, string>

optionallineOptions

lineOptions?: LineOption[]

optionallineOrderedKeys

lineOrderedKeys?: LineKey[]

linePlotPointSize

linePlotPointSize: number

lineWidth

lineWidth: number

optionallogScaleY

logScaleY?: boolean

optionalmarkerTextVisible

markerTextVisible?: boolean

optionalmeanRmsVisible

meanRmsVisible?: boolean

plotType

plotType: PlotType

optionalprofileCoordinateOptions

profileCoordinateOptions?: any

setLineColor

setLineColor: (lineKey: LineKey, color: string) => void

Type declaration

    • (lineKey: LineKey, color: string): void
    • Parameters

      Returns void

setLinePlotPointSize

setLinePlotPointSize: (val: number) => void

Type declaration

    • (val: number): void
    • Parameters

      • val: number

      Returns void

setLineWidth

setLineWidth: (val: number) => void

Type declaration

    • (val: number): void
    • Parameters

      • val: number

      Returns void

setPlotType

setPlotType: (val: PlotType) => void

Type declaration

optionalshowWCSAxis

showWCSAxis?: boolean

optionaluseWcsValues

useWcsValues?: boolean

optionaluserSelectedCoordinate

userSelectedCoordinate?: string

optionalxMaxVal

xMaxVal?: number

optionalxMinVal

xMinVal?: number

optionalyMaxVal

yMaxVal?: number

optionalyMinVal

yMinVal?: number