Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

xScale

Configures xScale for Plot axes from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypeenumDeclared input representation.
defaultlinearRelease default applied when the field is omitted.
typescriptType"log" | "linear" | "symlog"Compiler-resolved TypeScript contract.
requiredtrue
allowed["log","linear","symlog"]Allowed declaration values.

Configures xScale for Plot axes from its authoritative release declaration.

The declared value type is enum. The release default is linear. Allowed values are ["log","linear","symlog"]. This field is required.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/results-viewport/axes/field/xScale
Path
apps/desktop-electron/src/ui/resultPlotScene.ts
Symbol
PlotAxes