Hierarchy

Properties

axisX: Axis
axisY: Axis
color?: number

Color value of the visualized sample after data mapping.

For original data properties, refer to sample

NOTE: Uint32 encoded RGBA where Red is least significant byte. Can be translated to Color object with ColorUint32

cursorPosition: CursorPositionXY
iSample: number

NOTE: When solve result / cursor interpolation is enabled this will not be an integer!

lookupValue?: number

Look-up value of the visualized sample after data mapping.

For original data properties, refer to sample

multiHit?: {
    x: number;
    y: number;
}[]

Only for AreaRangeSeries and AreaSeriesBipolar (1 series has 2 locations in 1 solve result, high + low).

pointShape: undefined | Icon | PointShape
rotation?: number

Rotation value of the visualized sample after data mapping.

For original data properties, refer to sample

NOTE: Unit = Degrees

sample: Record<string, number>

All sample values from the originating data set.

When interpolation is used, this will be either sample A or B (it shouldn't really be used in this case)

series: SeriesXY<ScaleXY<ViewportScale1D>, SolveResultXY>
size?: number

Size value of the visualized sample after data mapping.

For original data properties, refer to sample

NOTE: Unit = Pixels

x: number

X value of the visualized sample after data mapping.

For original data properties, refer to sample

y: number

Y value of the visualized sample after data mapping.

For original data properties, refer to sample