Properties
always_show_marker
always_show_marker: boolean
Defined in plot/constructor-options.ts:56
anno_type
anno_type: number
Defined in plot/constructor-options.ts:51
autohide_panbars
autohide_panbars: boolean
Defined in plot/constructor-options.ts:58
autohide_readout
autohide_readout: boolean
Defined in plot/constructor-options.ts:57
autol
autol: AutoScale.none | AutoScale.min | AutoScale.max | AutoScale.full
autox
autox: AutoScale.none | AutoScale.min | AutoScale.max | AutoScale.full
autoy
autoy: AutoScale.none | AutoScale.min | AutoScale.max | AutoScale.full
autoz
autoz: AutoScale.none | AutoScale.min | AutoScale.max | AutoScale.full
bufmax
bufmax: number
Defined in plot/constructor-options.ts:68
cmap
cmap
: number | Mc.Greyscale | Mc.Ramp | Mc.ColorWheel | Mc.Spectrum | Mc.calewhite | Mc.HotDesat | Mc.Sunset | string | IColorMap
cmode
cmode: CMode.IN | CMode.AB | CMode.MA | CMode.PH | CMode.RE | CMode.IM | CMode.L0 | CMode.L2 | CMode.RI | CMode.IR
enabled_streaming_pcut
enabled_streaming_pcut: boolean
expand
expand: boolean
Defined in plot/constructor-options.ts:64
fillStyle
fillStyle: string | Array < string >
font_family
font_family: string
Defined in plot/constructor-options.ts:73
gridBackground
gridBackground: string | Array < string >
hide_note
hide_note: boolean
Defined in plot/constructor-options.ts:71
lg_colorbar
lg_colorbar: boolean
ncolors
ncolors: number
Defined in plot/constructor-options.ts:54
no_legend_button
no_legend_button: boolean
Defined in plot/constructor-options.ts:35
nodragdrop
nodragdrop: boolean
Defined in plot/constructor-options.ts:36
nokeypress
nokeypress: boolean
Defined in plot/constructor-options.ts:70
nsec
nsec: number
Defined in plot/constructor-options.ts:50
origin
origin: Origin.default | Origin.invertX | Origin.invertXY | Origin.invertY
Defined in plot/constructor-options.ts:66
phunits
phunits: PHUnits.D | PHUnits.R | PHUnits.C
rasterSmoothing
rasterSmoothing: boolean
rightclick_rubberbox_action
rightclick_rubberbox_mode
scroll_time_interval
scroll_time_interval: number
Defined in plot/constructor-options.ts:38
show_axis_on_plot
show_axis_on_plot: boolean
show_readout
show_readout: boolean
show_x_axis
show_x_axis: boolean
show_y_axis
show_y_axis: boolean
wheelZoom
wheelZoom: boolean
wheelZoomPercent
wheelZoomPercent: number
wheelscroll_enable
wheelscroll_enable: boolean
wheelscroll_mode_natural
wheelscroll_mode_natural: string
x_scrollbar_location
x_scrollbar_location: any
Defined in plot/constructor-options.ts:40
xcut_now
xcut_now: boolean
xdiv
xdiv: number
Defined in plot/constructor-options.ts:44
xlab
xlab: Units.None | Units.Time | Units.Delay | Units.Frequency | Units.TimeCode | Units.Distance | Units.Speed | Units.Acceleration | Units.JerkMSec3 | Units.Doppler | Units.DopplerRate | Units.Energy | Units.Power | Units.Mass | Units.Volume | Units.AngularPower | Units.IntegratedPowerWrad | Units.SpatialPower | Units.IntegratedPowerWm | Units.SpectralPower | Units.Amplitude | Units.Real | Units.Imaginary | Units.PhaseRad | Units.PhaseDeg | Units.PhaseCyc | Units.Log10 | Units.Log20 | Units.Magnitude | Units.Unknown1 | Units.Unknown2 | Units.General | Units.Counts | Units.AngleRad | Units.AngleDeg | Units.RelativePowerdB | Units.RelativePowerdBm | Units.RelativePowerdBW | Units.SolidAngle | Units.DistanceFt | Units.DistanceNmi | Units.SpeedFtSec | Units.SpeedNmiSec | Units.SpeedNmiHr | Units.AccelerationFtSec2 | Units.AccelerationNmiSec2 | Units.AccelerationKnotsSec | Units.AccelerationG | Units.JerkGSec | Units.RotationRPS | Units.RotationRPM | Units.AngularVelocityRadSec | Units.AngularVelocityDegSec | Units.AngularAccelerationRadSec2 | Units.AngularAccelerationDegSec2 | Units.Latitude | Units.Longitude | Units.AltitudeFt | Units.AltitudeM
Defined in plot/constructor-options.ts:42
xlabel
xlabel: string | function
Defined in plot/constructor-options.ts:43
ycut_now
ycut_now: boolean
ydiv
ydiv: number
Defined in plot/constructor-options.ts:48
ylab
ylab: Units.None | Units.Time | Units.Delay | Units.Frequency | Units.TimeCode | Units.Distance | Units.Speed | Units.Acceleration | Units.JerkMSec3 | Units.Doppler | Units.DopplerRate | Units.Energy | Units.Power | Units.Mass | Units.Volume | Units.AngularPower | Units.IntegratedPowerWrad | Units.SpatialPower | Units.IntegratedPowerWm | Units.SpectralPower | Units.Amplitude | Units.Real | Units.Imaginary | Units.PhaseRad | Units.PhaseDeg | Units.PhaseCyc | Units.Log10 | Units.Log20 | Units.Magnitude | Units.Unknown1 | Units.Unknown2 | Units.General | Units.Counts | Units.AngleRad | Units.AngleDeg | Units.RelativePowerdB | Units.RelativePowerdBm | Units.RelativePowerdBW | Units.SolidAngle | Units.DistanceFt | Units.DistanceNmi | Units.SpeedFtSec | Units.SpeedNmiSec | Units.SpeedNmiHr | Units.AccelerationFtSec2 | Units.AccelerationNmiSec2 | Units.AccelerationKnotsSec | Units.AccelerationG | Units.JerkGSec | Units.RotationRPS | Units.RotationRPM | Units.AngularVelocityRadSec | Units.AngularVelocityDegSec | Units.AngularAccelerationRadSec2 | Units.AngularAccelerationDegSec2 | Units.Latitude | Units.Longitude | Units.AltitudeFt | Units.AltitudeM
Defined in plot/constructor-options.ts:46
ylabel
ylabel: string | function
Defined in plot/constructor-options.ts:47
A helper class that implements enumerated interfaces where possible, etc. which makes it not compatible with the IConstructorOptions interface. Use the interface() method to get that interface.