The update_plots variable in the CONFIGURATION archive controls the automatic, usually internet displayed, plot generation.

The configuration is spit into profiles each with a different time range and trigger condition. Each profile contains a list of individual plots that are all updated when the profile is triggered. The plots are written to specific locations, which are generally mapped to an external web server.

A profile contains a trigger specification. The profile is executed and all the plots regenerated when any data matching the trigger specification is modified. For example, the "station summary" plots are triggered on the aerosol variable in the passed archive. This means that they are updated whenever new data are passed.

General Settings

/Profiles
Description

Display profile configuration

Keys

The keys immediately below this are profile names that are selected by the application. For example, aerosol is the commonly used default profile. However, any non-empty name is acceptable and can be used to create customized configurations that can be selected at run time. In general, profile names should be all lower case to preserve case insensitivity. In the paths listed <PROFILE> is used as a placeholder to real profile name (e.g. replace <PROFILE> with aerosol for the default profile).

/Profiles/<PROFILE>/AllowEmpty
Description

Start the plot operation even if no plots are configured

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/AlwaysPlot
Description

Always plot, even if no updates are detected

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Archive
Description

The default archive to load data from

Type

Text

/Profiles/<PROFILE>/Displays
Description

The displays (images) to generate as outuput

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Actions
Description

Command actions to execute after plot generation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Actions/#0
Description

Command executed after plot generation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Actions/#0/#0/AllowFailure
Description

Permit failure of the command without aborting generation

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Actions/#0/#0/Arguments
Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Actions/#0/#0/Program
Description

Program executable

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/CreateDirectory
Description

Create the directory containing the output file, if required

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Type
Description

Enable evaluation type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Always - A static condition that is always true

  • AND - Require all sub-matches to be true

  • AtLeast - Require a minimum number of unique sequence name matches

  • AtLeastInstrument - Require a minimum number of unique instrument code matches

  • AtMost - Require a maximum number of unique sequence name matches

  • AtMostInstrument - Require a maximum number of unique instrument code matches

  • Never - A static condition that is never true

  • NOT or Invert - Invert the result of the sub match

  • OR - Require any sub-match to be true

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtLeast

Description

The minimum number of unique sequence names to require

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Selection
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtLeast

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtMost

Description

The maximum number of unique sequence names to allow

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Selection
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtMost

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtLeastInstrument

Description

The minimum number of unique instrument suffixes require

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Selection
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtLeastInstrument

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtMostInstrument

Description

The maximum number of instrument suffixes to allow

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Selection
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AtMostInstrument

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Components
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AND

Description

The components to evaluate

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = AND

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Components
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = OR

Description

The components to evaluate

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = OR

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Component
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Model = NOT

Description

The component to invert

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/All
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Type is absent

Description

Only match if all elements match a sequence name

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/All/#0
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Type is absent

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Any
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Type is absent

Description

Only match if at least one sequence name matches

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/None
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Enable/Type is absent

Description

Only match if no sequence names match

Type

Sequence Selection

Structure

A sequence selection is a means of selecting a sequence of values in the data. The specification consists of selections for the various components of the sequence name.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Filename
Description

Output file name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Height
Description

The height of the output image

Type

Integer

Valid range

1 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout
Description

A layout of display panes

Keys

The keys immediately below this are unique numbers selected by the user. These keys are evaluated in sorted numeric order, with smaller numbers coming first. This is distinct from array notation in that it allows for skipped numbers and for partial overriding of a specific key only. In the paths listed <NUMBER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Height
Description

The height in logical rows of the pane

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/MinimumHeight
Description

The minimum height of the pane

Type

Integer

Valid range

1 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/MinimumWidth
Description

The minimum width of the pane

Type

Integer

Valid range

1 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Stretch/X
Description

The horizontal stretch factors for each logical column in the pane width

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Stretch/X/#0
Description

Column stretch factor

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Stretch/Y
Description

The vertical stretch factors for each logical row in the pane height

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Stretch/Y/#0
Description

Column stretch factor

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Width
Description

The width in logical columns of the pane

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/X
Description

The logical X (horizontal) origin column of the pane

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Layout/Y
Description

The logical Y (vertical) origin row of the pane

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type
Description

Pane display type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • TimeSeries or TimeSeries2D - A plot of a two dimensional strip chart style time series of data

  • Cycle or Cycle2D - A plot of a two dimensional cyclical visualization of data

  • Scatter, Graph2D, or Scatter2D - A generic scatter or multidimensional binning plot

  • Layout - A recursive definition of another layout

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Layout

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Opaque
Description

Generate images with an opaque background instead of a transparent one

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Width
Description

The width of the output image

Type

Integer

Valid range

1 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/End
Description

Offset from the calculated start to end plotting at

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

End of all data

/Profiles/<PROFILE>/End/Units
Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/End/Count
Description

The number of units to apply in time

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/End/Align
Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/EndActions
Description

Command actions to execute after all plots have been generated

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/EndActions/#0
Description

Command executed after plot generation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/EndActions/#0/#0/AllowFailure
Description

Permit failure of the command without aborting generation

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/EndActions/#0/#0/Arguments
Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/EndActions/#0/#0/Arguments/#0
Description

Command arguments

Type

Text

/Profiles/<PROFILE>/EndActions/#0/#0/Program
Description

Program executable

Type

Text

/Profiles/<PROFILE>/FileActions
Description

Command actions to execute after each plot file creation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/FileActions/#0
Description

Command executed after plot file creation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/FileActions/#0/#0/AllowFailure
Description

Permit failure of the command without aborting generation

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/FileActions/#0/#0/Arguments
Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/FileActions/#0/#0/Arguments/#0
Description

Command arguments

Type

Text

/Profiles/<PROFILE>/FileActions/#0/#0/Program
Description

Program executable

Type

Text

/Profiles/<PROFILE>/MaximumAge
Description

Maximum time in the past to look for the trigger

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

Unlimited

/Profiles/<PROFILE>/MaximumAge/Units
Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/MaximumAge/Count
Description

The number of units to apply in time

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/MaximumAge/Align
Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Start
Description

Offset from the detected trigger data end to begin plotting

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

Start of all data

/Profiles/<PROFILE>/Start/Units
Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/Start/Count
Description

The number of units to apply in time

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Start/Align
Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StartActions
Description

Command actions to execute before any plots are generated

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StartActions/#0
Description

Command executed after plot generation

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StartActions/#0/#0/AllowFailure
Description

Permit failure of the command without aborting generation

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StartActions/#0/#0/Arguments
Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StartActions/#0/#0/Arguments/#0
Description

Command arguments

Type

Text

/Profiles/<PROFILE>/StartActions/#0/#0/Program
Description

Program executable

Type

Text

/Profiles/<PROFILE>/Trigger
Description

Plot trigger selection

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Trigger/#0/Accept
Description

Accept matched data as passing the filter

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Trigger/#0/Archive
Description

The archive to match

Type

Text

/Profiles/<PROFILE>/Trigger/#0/Flavors
Description

The exact set of flavor matches to require

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Trigger/#0/Flavors/#0
Description

A single flavor to match

Type

Text

/Profiles/<PROFILE>/Trigger/#0/HasFlavors
Description

The list of flavor matches to require

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Trigger/#0/HasFlavors/#0
Description

A single flavor to match

Type

Text

/Profiles/<PROFILE>/Trigger/#0/LacksFlavors
Description

The list of flavor matches to exclude

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Trigger/#0/LacksFlavors/#0
Description

A single flavor to match

Type

Text

/Profiles/<PROFILE>/Trigger/#0/Priority
Description

The priority of the operation, defining the order in which it is applied with respect to other operations

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Trigger/#0/Station
Description

The station to match

Type

Text

/Profiles/<PROFILE>/Trigger/#0/Universal
Description

Apply the operation universally, disregarding other overlapping operations

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Trigger/#0/Variable
Description

The variable to match

Type

Text

Graph Common

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Highlight/Color
Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Highlight/DrawPriority
Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Inset/Bottom
Description

The additional reserved area outside the graph on the bottom

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Inset/Left
Description

The additional reserved area outside the graph on the left

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Inset/Right
Description

The additional reserved area outside the graph on the right

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Inset/Top
Description

The additional reserved area outside the graph on the top

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/DrawPriority
Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/Outline/Color
Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/Outline/Style
Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/Outline/Width
Description

The width of the line drawn around the legend box

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/Size
Description

The scale factor for how much extra space is created around the text inside the legend box

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/XInset
Description

The scale factor for how far the box is inset from the graph side in the X (horizontal) dimension

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Box/YInset
Description

The scale factor for how far the box is inset from the graph side in the Y (vertical) dimension

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Enable
Description

Enable drawing the graph legend

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Legend/Position
Description

Legend box position

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • TopLeft, Inside, or InsideTopLeft - Display the legend inside the graph area near the top left corner

  • TopRight or InsideTopRight - Display the legend inside the graph area near the top right corner

  • BottomLeft or InsideBottomLeft - Display the legend inside the graph area near the bottom left corner

  • BottomRight or InsideBottomRight - Display the legend inside the graph area near the bottom right corner

  • Left - Display the legend outside the graph on the left side

  • Right or Outside - Display the legend outside the graph on the right side

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Color
Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Family
Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Flags
Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/LetterSpacing/Amount
Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/LetterSpacing/Type
Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Size/Number
Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Size/Type
Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Stretch
Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/Weight
Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Font/WordSpacing
Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Title/Text
Description

The text displayed at the top of the graph

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators
Description

Indicators along the X axes

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Axis
Description

The identifier of the axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Color
Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Continuity
Description

The threshold to consider points contiguous

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/DrawPriority
Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Enable
Description

Enable display of the indicator

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Indicator/Inset
Description

The inset (distance from the axis edge) scaling factor of the indicator (negative for exact pixels)

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Indicator/Size
Description

The size scaling factor of the indicator (negative for exact pixels)

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Indicator/Type
Description

The type of symbol

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic - Automatically select an unused indicator type

  • FilledRectangle or RectangleFilled - A solid colored rectangle near the axis

  • FilledTriangle, TriangleAwayFilled, or TriangleFilled - A solid colored triangle or isosceles trapezoid pointing away from the axis

  • FilledTriangleTowards or TriangleTowardsFilled - A solid colored triangle or isosceles trapezoid pointing towards from the axis

  • FilledDiamond or DiamondFilled - A solid colored diamond or hexagon with the top stretched near the axis

  • Rectangle - A rectangle output near the axis

  • Triangle or TriangleAway - A triangle or isosceles trapezoid outline pointing away from the axis

  • TriangleTowards - A triangle or isosceles trapezoid outline pointing towards from the axis

  • Diamond - An outlined diamond or hexagon with the top stretched near the axis

  • SpanningLine - Lines at the start and end of the indicated region, spanning the whole graph

  • AreaFill, Area, or FillArea - A solid fill of the whole graph when the indicator is present

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Invert
Description

Invert the trigger (display when it is not met)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/LatestOnly
Description

Only display the result of the latest trigger

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Legend/Text
Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Side
Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the indicator is displayed on

  • Primary, Bottom, or Left - Locate the indicator on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the indicator on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Transformer
Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/TransformerMode
Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type
Description

Indicator trigger mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Flags, Flag, HasFlag, or HasFlags - Activate when a flag or flags are present

  • LacksFlags, LacksFlag, NoFlag, or NoFlags - Activate when flags are absent

  • AllFlags or RequireFlags - Activate when all flags are present

  • MissingFlags - Activate when all flags are absent

  • Greater, GreaterThan, or MoreThan - Activate when the value is greater than a threshold

  • GreaterEqual, AtLeast, or GreaterThanOrEqualTo - Activate when the value is greater than or equal to a threshold

  • Less, LessThan, or Smaller - Activate when the value isless than a threshold

  • LessEqual or LessThanOrEqualTo - Activate when the value is less than or equal to a threshold

  • Equal, Exact, or Exactly - Activate when the value is exactly equal to a target

  • Difference or Delta - Activate when the input value changes by more than threshold amount

  • DifferenceEqual or DeltaEqual - Activate when the input value changes by at least threshold amount

  • Changed or NotEqual - Activate when the input changes at all

  • NotChanged - Activate when the input does not change

  • AND or BitwiseAND - Activate when a bitwise AND of the value and a mask has a non-zero result (specific bits are set)

  • XOR or BitwiseXOR - Activate when a bitwise XOR of the value and a mask has a non-zero result (specific bits are not set)

  • Invalid or Empty - Activate when the value is present but specifically invalid/empty

  • Undefined, NaN, or Undef - Activate when the value is present but invalid (MVC)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = Difference

Description

The minimum amount the value must change by to activate the trigger

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = DifferenceEqual

Description

The minimum amount the value must change by to activate the trigger

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = Flags

Description

Flags that cause trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = AllFlags

Description

Flags required for trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = LacksFlags

Description

Flags whose absence causes trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = MissingFlags

Description

Flags required to be absent for trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = Greater

Description

The lower limit to activate above

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = GreaterEqual

Description

The lower limit to activate above

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = Less

Description

The upper limit to activate below

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XIndicators/<IDENTIFIER>/Trigger/Type = LessEqual

Description

The upper limit to activate below

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators
Description

Indicators along the Y axes

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Axis
Description

The identifier of the axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Color
Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Continuity
Description

The threshold to consider points contiguous

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/DrawPriority
Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Enable
Description

Enable display of the indicator

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Indicator/Inset
Description

The inset (distance from the axis edge) scaling factor of the indicator (negative for exact pixels)

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Indicator/Size
Description

The size scaling factor of the indicator (negative for exact pixels)

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Indicator/Type
Description

The type of symbol

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic - Automatically select an unused indicator type

  • FilledRectangle or RectangleFilled - A solid colored rectangle near the axis

  • FilledTriangle, TriangleAwayFilled, or TriangleFilled - A solid colored triangle or isosceles trapezoid pointing away from the axis

  • FilledTriangleTowards or TriangleTowardsFilled - A solid colored triangle or isosceles trapezoid pointing towards from the axis

  • FilledDiamond or DiamondFilled - A solid colored diamond or hexagon with the top stretched near the axis

  • Rectangle - A rectangle output near the axis

  • Triangle or TriangleAway - A triangle or isosceles trapezoid outline pointing away from the axis

  • TriangleTowards - A triangle or isosceles trapezoid outline pointing towards from the axis

  • Diamond - An outlined diamond or hexagon with the top stretched near the axis

  • SpanningLine - Lines at the start and end of the indicated region, spanning the whole graph

  • AreaFill, Area, or FillArea - A solid fill of the whole graph when the indicator is present

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Invert
Description

Invert the trigger (display when it is not met)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/LatestOnly
Description

Only display the result of the latest trigger

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Legend/Text
Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Side
Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the indicator is displayed on

  • Primary, Bottom, or Left - Locate the indicator on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the indicator on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Transformer
Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/TransformerMode
Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type
Description

Indicator trigger mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Flags, Flag, HasFlag, or HasFlags - Activate when a flag or flags are present

  • LacksFlags, LacksFlag, NoFlag, or NoFlags - Activate when flags are absent

  • AllFlags or RequireFlags - Activate when all flags are present

  • MissingFlags - Activate when all flags are absent

  • Greater, GreaterThan, or MoreThan - Activate when the value is greater than a threshold

  • GreaterEqual, AtLeast, or GreaterThanOrEqualTo - Activate when the value is greater than or equal to a threshold

  • Less, LessThan, or Smaller - Activate when the value isless than a threshold

  • LessEqual or LessThanOrEqualTo - Activate when the value is less than or equal to a threshold

  • Equal, Exact, or Exactly - Activate when the value is exactly equal to a target

  • Difference or Delta - Activate when the input value changes by more than threshold amount

  • DifferenceEqual or DeltaEqual - Activate when the input value changes by at least threshold amount

  • Changed or NotEqual - Activate when the input changes at all

  • NotChanged - Activate when the input does not change

  • AND or BitwiseAND - Activate when a bitwise AND of the value and a mask has a non-zero result (specific bits are set)

  • XOR or BitwiseXOR - Activate when a bitwise XOR of the value and a mask has a non-zero result (specific bits are not set)

  • Invalid or Empty - Activate when the value is present but specifically invalid/empty

  • Undefined, NaN, or Undef - Activate when the value is present but invalid (MVC)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = Difference

Description

The minimum amount the value must change by to activate the trigger

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = DifferenceEqual

Description

The minimum amount the value must change by to activate the trigger

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = Flags

Description

Flags that cause trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = AllFlags

Description

Flags required for trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = LacksFlags

Description

Flags whose absence causes trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = MissingFlags

Description

Flags required to be absent for trigger activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = Greater

Description

The lower limit to activate above

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = GreaterEqual

Description

The lower limit to activate above

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = Less

Description

The upper limit to activate below

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Threshold
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YIndicators/<IDENTIFIER>/Trigger/Type = LessEqual

Description

The upper limit to activate below

Type

Real number

Undefined values

Not permitted

Time Series

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/NeedleDrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority for realtime needle indicators

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The realtime data needles

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Axes/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the X axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Axes/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the Y axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Axes/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the Z (color) axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The background fill mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Scan or ModelScan - Evaluate the model for every pixel

  • Grid, Bilinear, or BilinearGrid - Grid points and fill with the bilinear interpolation between them

  • ShadeBottom, Bottom, or ShadeToBottom - Extend the trace coloring to shade to the bottom of the graph

  • ShadeTop, ShadeToTop, or Top - Extend the trace coloring to shade to the top of the graph

  • ShadeLeft, Left, or ShadeToLeft - Extend the trace coloring to shade to the left of the graph

  • ShadeRight, Right, or ShadeToRight - Extend the trace coloring to shade to the right of the graph

  • FitShadeBottom, FitBottom, or FitShadeToBottom - Extend the fit coloring to shade to the bottom of the graph

  • FitShadeLeft, FitLeft, or FitShadeToLeft - Extend the fit coloring to shade to the left of the graph

  • FitShadeRight, FitRight, or FitShadeToRight - Extend the fit coloring to shade to the right of the graph

  • FitShadeTop, FitShadeToTop, or FitTop - Extend the fit coloring to shade to the top of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Fill/Mode = Scan

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable the realtime needle

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Needle/Text/Format
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Value format string

Type

Text

Undefined values

Trace metadata format

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Needles/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The traces in the plot

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the X axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the Y axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the Z (color) axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Continuity
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The threshold to consider points contiguous

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The background fill mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Scan or ModelScan - Evaluate the model for every pixel

  • Grid, Bilinear, or BilinearGrid - Grid points and fill with the bilinear interpolation between them

  • ShadeBottom, Bottom, or ShadeToBottom - Extend the trace coloring to shade to the bottom of the graph

  • ShadeTop, ShadeToTop, or Top - Extend the trace coloring to shade to the top of the graph

  • ShadeLeft, Left, or ShadeToLeft - Extend the trace coloring to shade to the left of the graph

  • ShadeRight, Right, or ShadeToRight - Extend the trace coloring to shade to the right of the graph

  • FitShadeBottom, FitBottom, or FitShadeToBottom - Extend the fit coloring to shade to the bottom of the graph

  • FitShadeLeft, FitLeft, or FitShadeToLeft - Extend the fit coloring to shade to the left of the graph

  • FitShadeRight, FitRight, or FitShadeToRight - Extend the fit coloring to shade to the right of the graph

  • FitShadeTop, FitShadeToTop, or FitTop - Extend the fit coloring to shade to the top of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DisableZ
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Disable the Z (color) axis during fitting

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fitting mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • X, IndependentX, or XIndependent - Use the X dimension as the independent values

  • Y, IndependentY, or YIndependent - Use the Y dimension as the independent values

  • I, IIndependent, or IndependentI - Use a virtual "I" dimension as the independent value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MaxI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The maximum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MinI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The minimum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable connecting line display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the connecting line

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable the realtime needle

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Needle/Text/Format
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Value format string

Type

Text

Undefined values

Trace metadata format

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The origin of the points in the trace

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Start - Draw points at the start time of the data value

  • End - Draw points at the end time of the data value

  • Both - Draw points at the start and end time of the data values

  • Center - Draw points at the central time of the data value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/SkipUndefined
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Skip undefined points, instead of breaking continuity

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Always display symbols at all points

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The scale factor of the symbol

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The size of the symbol

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The type of symbol

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic - Automatically select an unused symbol

  • Circle - A circle

  • Square - A square

  • Diamond - A diamond (45 degree rotated square)

  • TriangleUp or Triangle - A triangle with a corner pointing upwards

  • TriangleDown - A triangle with a corner pointing downwards

  • CircleCrossX, CircleCross, or CrossCircle - A circle crossed with diagonal lines

  • SquareCrossX, CrossSquare, or SquareCross - A square crossed at the corners

  • DiamondCrossPlus, CrossDiamond, or DiamondCross - A diamond (45 degree rotated square) crossed at the corners

  • TriangleUpCross, CrossTriangle, CrossTriangleUp, or TriangleCross - A triangle with a corner pointing upwards with crossing lines starting in each corner

  • TriangleDownCross or CrossTriangleDown - A triangle with a corner pointing downwards with crossing lines starting in each corner

  • CircleFilled or FillCircle - A circle with the entire area filled

  • SquareFilled or FillSquare - A square with the entire area filled

  • DiamondFilled or FillDiamond - A diamond (45 degree rotated square) with the entire area filled

  • TriangleUpFilled, filltriangle, filltriangleup, or trianglefilled - A triangle with a corner pointing upwards with the entire area filled

  • TriangleDownFilled or FillTriangleDown - A triangle with a corner pointing downwards with the entire area filled

  • X or SimpleX - Two diagonal crossing lines

  • Plus, +, or SimplePlus - Horizontal and vertical crossing lines

  • CircleCrossPlus or CrossCirclePlus - A circle crossed with vertical lines

  • DiamondCrossX or CrossDiamondX - A diamond (45 degree rotated square) crossed at the edges

  • SquareCrossPlus or CrossSquarePlus - A square crossed at the edges

  • TriangleLeft - A triangle with a corner pointing left

  • TriangleRight - A triangle with a corner pointing right

  • TriangleLeftCross or CrossTriangleLeft - A triangle with a corner pointing left with crossing lines starting in each corner

  • TriangleRightCross or CrossTriangleRight - A triangle with a corner pointing right with crossing lines starting in each corner

  • TriangleLeftFilled or FillTriangleLeft - A triangle with a corner pointing left with the entire area filled

  • TriangleRightFilled or FillTriangleRight - A triangle with a corner pointing right with the entire area filled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Bins with the binning definition along the X axis (vertically orientated box-whiskers)

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Dependent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the dependent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Independent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The identifier of the independent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Binning definitions by dimension index

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Bin definition type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Uniform or FixedCount - A fixed number of uniformly sized bins covering the whole time range

  • FixedSize or Size - A dynamic number of bins, each with a fixed size in time

  • Cluster or Clustering - Generate bins for clusters of points

  • Static - Static and fixed bin definitions

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

Perform the binning after normalizing to logarithmic (base 10, if applicable) coordinates

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Uniform

Description

The total number of bins

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

The width of each bin

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Cluster

Description

The maximum distance between points to form a cluster

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The definitions of each bin

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/Center
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The center of the bin as displayed

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/End
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The end (upper) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/Start
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The start (lower) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Uniform

Description

The total number of bins

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

The time each bin covers

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

One hour

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

The number of units to apply in time

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Align
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable drawing the box outline

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Histogram
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Generate boxes in histogram mode (e.x. lower edge always at zero)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The box edge quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.25

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Box outline line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawBoxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable drawing any parts of the boxes

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable filling in the box

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable drawing the middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable drawing the graph spanning middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/QuantileMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Quantile calculation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Standard or Quantiles - Calculate component quantiles as fixed fractions

  • Normal, Mean, or MeanSD - Calculate quantiles as multiplies of the standard deviation away from the mean

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Relocation
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Relocate boxes that overlap with others

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/CapWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Cap width as a fraction of the box width

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable drawing the whisker lines

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The whisker quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.05

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Whisker line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Box width scaling type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Constant - Constant sized based on the median effective bin size

  • Scale - Dynamically sized by scaling the effective bin size

  • FixedExact - Exact size, specified in pixels

  • Fixed - Exact size, specified in real units

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Constant

Description

The scale factor applied to the median bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Scale

Description

The scale factor applied to the bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Fixed

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = FixedExact

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Y (vertical) axis definitions with the key being used by the traces or binning for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The fixed graph spanning line definitions

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Position
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The position of the line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The grid line definitions, for each tick level

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable the grid level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GridEnable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable grid display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Primary, Bottom, or Left - Locate the axis on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the axis on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Z (color) axis definitions with the key being used by the traces for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Gradient
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A gradient selection

Type

Gradient

Structure

A gradient is an interpolator that converts values into a spectrum of colors. Several standard gradients are available, as well as a definition based on key colors. The type of gradient used is selected by the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The bar scaling factor, with negative values being the size in exact pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Top - Locate the axis on the top of the graph

  • Bottom - Locate the axis on the bottom of the graph

  • Left - Locate the axis on the left of the graph

  • Right - Locate the axis on the right of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = TimeSeries

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

Scatter Plot

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The traces in the plot

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the X axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the Y axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the Z (color) axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Continuity
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The threshold to consider points contiguous

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The background fill mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Scan or ModelScan - Evaluate the model for every pixel

  • Grid, Bilinear, or BilinearGrid - Grid points and fill with the bilinear interpolation between them

  • ShadeBottom, Bottom, or ShadeToBottom - Extend the trace coloring to shade to the bottom of the graph

  • ShadeTop, ShadeToTop, or Top - Extend the trace coloring to shade to the top of the graph

  • ShadeLeft, Left, or ShadeToLeft - Extend the trace coloring to shade to the left of the graph

  • ShadeRight, Right, or ShadeToRight - Extend the trace coloring to shade to the right of the graph

  • FitShadeBottom, FitBottom, or FitShadeToBottom - Extend the fit coloring to shade to the bottom of the graph

  • FitShadeLeft, FitLeft, or FitShadeToLeft - Extend the fit coloring to shade to the left of the graph

  • FitShadeRight, FitRight, or FitShadeToRight - Extend the fit coloring to shade to the right of the graph

  • FitShadeTop, FitShadeToTop, or FitTop - Extend the fit coloring to shade to the top of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DisableZ
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Disable the Z (color) axis during fitting

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fitting mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • X, IndependentX, or XIndependent - Use the X dimension as the independent values

  • Y, IndependentY, or YIndependent - Use the Y dimension as the independent values

  • I, IIndependent, or IndependentI - Use a virtual "I" dimension as the independent value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MaxI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The maximum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MinI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The minimum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable connecting line display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the connecting line

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/SkipUndefined
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Skip undefined points, instead of breaking continuity

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Always display symbols at all points

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The scale factor of the symbol

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The size of the symbol

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The type of symbol

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic - Automatically select an unused symbol

  • Circle - A circle

  • Square - A square

  • Diamond - A diamond (45 degree rotated square)

  • TriangleUp or Triangle - A triangle with a corner pointing upwards

  • TriangleDown - A triangle with a corner pointing downwards

  • CircleCrossX, CircleCross, or CrossCircle - A circle crossed with diagonal lines

  • SquareCrossX, CrossSquare, or SquareCross - A square crossed at the corners

  • DiamondCrossPlus, CrossDiamond, or DiamondCross - A diamond (45 degree rotated square) crossed at the corners

  • TriangleUpCross, CrossTriangle, CrossTriangleUp, or TriangleCross - A triangle with a corner pointing upwards with crossing lines starting in each corner

  • TriangleDownCross or CrossTriangleDown - A triangle with a corner pointing downwards with crossing lines starting in each corner

  • CircleFilled or FillCircle - A circle with the entire area filled

  • SquareFilled or FillSquare - A square with the entire area filled

  • DiamondFilled or FillDiamond - A diamond (45 degree rotated square) with the entire area filled

  • TriangleUpFilled, filltriangle, filltriangleup, or trianglefilled - A triangle with a corner pointing upwards with the entire area filled

  • TriangleDownFilled or FillTriangleDown - A triangle with a corner pointing downwards with the entire area filled

  • X or SimpleX - Two diagonal crossing lines

  • Plus, +, or SimplePlus - Horizontal and vertical crossing lines

  • CircleCrossPlus or CrossCirclePlus - A circle crossed with vertical lines

  • DiamondCrossX or CrossDiamondX - A diamond (45 degree rotated square) crossed at the edges

  • SquareCrossPlus or CrossSquarePlus - A square crossed at the edges

  • TriangleLeft - A triangle with a corner pointing left

  • TriangleRight - A triangle with a corner pointing right

  • TriangleLeftCross or CrossTriangleLeft - A triangle with a corner pointing left with crossing lines starting in each corner

  • TriangleRightCross or CrossTriangleRight - A triangle with a corner pointing right with crossing lines starting in each corner

  • TriangleLeftFilled or FillTriangleLeft - A triangle with a corner pointing left with the entire area filled

  • TriangleRightFilled or FillTriangleRight - A triangle with a corner pointing right with the entire area filled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

X (horizontal) axis definitions with the key being used by the traces or binning for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fixed graph spanning line definitions

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed/#0/Position
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The position of the line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Fixed/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The grid line definitions, for each tick level

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid/#0/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable the grid level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Grid/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/GridEnable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable grid display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Primary, Bottom, or Left - Locate the axis on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the axis on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Bins with the binning definition along the X axis (vertically orientated box-whiskers)

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Dependent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the dependent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Independent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the independent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Binning definitions by dimension index

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Bin definition type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Uniform or FixedCount - A fixed number of uniformly sized bins covering the whole data range

  • FixedSize or Size - A dynamic number of bins, each with a fixed size

  • Cluster or Clustering - Generate bins for clusters of points

  • Static - Static and fixed bin definitions

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

Perform the binning after normalizing to logarithmic (base 10, if applicable) coordinates

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Uniform

Description

The total number of bins

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

The width of each bin

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Cluster

Description

The maximum distance between points to form a cluster

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The definitions of each bin

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/Center
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The center of the bin as displayed

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/End
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The end (upper) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Bins/#0/Start
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The start (lower) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the box outline

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Histogram
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Generate boxes in histogram mode (e.x. lower edge always at zero)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The box edge quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.25

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Box outline line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawBoxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing any parts of the boxes

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable filling in the box

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the graph spanning middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/QuantileMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Quantile calculation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Standard or Quantiles - Calculate component quantiles as fixed fractions

  • Normal, Mean, or MeanSD - Calculate quantiles as multiplies of the standard deviation away from the mean

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Relocation
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Relocate boxes that overlap with others

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/CapWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Cap width as a fraction of the box width

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the whisker lines

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The whisker quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.05

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Whisker line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Box width scaling type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Constant - Constant sized based on the median effective bin size

  • Scale - Dynamically sized by scaling the effective bin size

  • FixedExact - Exact size, specified in pixels

  • Fixed - Exact size, specified in real units

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Constant

Description

The scale factor applied to the median bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Scale

Description

The scale factor applied to the bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Fixed

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = FixedExact

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Y (vertical) axis definitions with the key being used by the traces or binning for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fixed graph spanning line definitions

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Position
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The position of the line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The grid line definitions, for each tick level

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable the grid level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GridEnable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable grid display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Primary, Bottom, or Left - Locate the axis on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the axis on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Bins with the binning definition along the Y axis (horizontally orientated box-whiskers)

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Axes/Dependent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the dependent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Axes/Independent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The identifier of the independent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Binning definitions by dimension index

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Bin definition type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Uniform or FixedCount - A fixed number of uniformly sized bins covering the whole data range

  • FixedSize or Size - A dynamic number of bins, each with a fixed size

  • Cluster or Clustering - Generate bins for clusters of points

  • Static - Static and fixed bin definitions

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

Perform the binning after normalizing to logarithmic (base 10, if applicable) coordinates

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Uniform

Description

The total number of bins

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = FixedSize

Description

The width of each bin

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Cluster

Description

The maximum distance between points to form a cluster

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Bins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The definitions of each bin

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Bins/#0/Center
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The center of the bin as displayed

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Bins/#0/End
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The end (upper) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Bins/#0/Start
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Binning/#0/Type = Static

Description

The start (lower) bound of the bin

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the box outline

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Histogram
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Generate boxes in histogram mode (e.x. lower edge always at zero)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The box edge quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.25

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Box/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Box outline line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/DrawBoxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing any parts of the boxes

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fill/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fill/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable filling in the box

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lower/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Lowest/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Middle/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Upper/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Fit/Uppermost/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Middle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Middle/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Middle/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/MiddleExtend/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/MiddleExtend/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/MiddleExtend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the graph spanning middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/MiddleExtend/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/MiddleExtend/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/QuantileMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Quantile calculation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Standard or Quantiles - Calculate component quantiles as fixed fractions

  • Normal, Mean, or MeanSD - Calculate quantiles as multiplies of the standard deviation away from the mean

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Relocation
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Relocate boxes that overlap with others

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/CapWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Cap width as a fraction of the box width

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable drawing the whisker lines

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The whisker quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.05

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Whisker/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Whisker line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Box width scaling type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Constant - Constant sized based on the median effective bin size

  • Scale - Dynamically sized by scaling the effective bin size

  • FixedExact - Exact size, specified in pixels

  • Fixed - Exact size, specified in real units

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Type = Constant

Description

The scale factor applied to the median bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Type = Scale

Description

The scale factor applied to the bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Type = Fixed

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YBins/<IDENTIFIER>/Width/Type = FixedExact

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Z (color) axis definitions with the key being used by the traces for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Gradient
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A gradient selection

Type

Gradient

Structure

A gradient is an interpolator that converts values into a spectrum of colors. Several standard gradients are available, as well as a definition based on key colors. The type of gradient used is selected by the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The bar scaling factor, with negative values being the size in exact pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Top - Locate the axis on the top of the graph

  • Bottom - Locate the axis on the bottom of the graph

  • Left - Locate the axis on the left of the graph

  • Right - Locate the axis on the right of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Scatter

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

Cycle Plot

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Division
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The division interval of the cycle

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

Derived from the interval

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Division/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Division/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The number of units to apply in time

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Division/Align
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The total interval or period of the cycle

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

One year

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Interval/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Interval/Count
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The number of units to apply in time

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Interval/Align
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The traces in the plot

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The identifier of the X axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The identifier of the Y axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Axes/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The identifier of the Z (color) axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/BreakCycle
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Introduce a gap when the trace crosses the cycle boundary to prevent a line drawn back to the other side of the graph

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Continuity
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The threshold to consider points contiguous

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The background fill mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Scan or ModelScan - Evaluate the model for every pixel

  • Grid, Bilinear, or BilinearGrid - Grid points and fill with the bilinear interpolation between them

  • ShadeBottom, Bottom, or ShadeToBottom - Extend the trace coloring to shade to the bottom of the graph

  • ShadeTop, ShadeToTop, or Top - Extend the trace coloring to shade to the top of the graph

  • ShadeLeft, Left, or ShadeToLeft - Extend the trace coloring to shade to the left of the graph

  • ShadeRight, Right, or ShadeToRight - Extend the trace coloring to shade to the right of the graph

  • FitShadeBottom, FitBottom, or FitShadeToBottom - Extend the fit coloring to shade to the bottom of the graph

  • FitShadeLeft, FitLeft, or FitShadeToLeft - Extend the fit coloring to shade to the left of the graph

  • FitShadeRight, FitRight, or FitShadeToRight - Extend the fit coloring to shade to the right of the graph

  • FitShadeTop, FitShadeToTop, or FitTop - Extend the fit coloring to shade to the top of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fill/Mode = Scan

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DisableZ
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Disable the Z (color) axis during fitting

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/X
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the X axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Y
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the Y axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Log/Z
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the Z (color) axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fitting mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • X, IndependentX, or XIndependent - Use the X dimension as the independent values

  • Y, IndependentY, or YIndependent - Use the Y dimension as the independent values

  • I, IIndependent, or IndependentI - Use a virtual "I" dimension as the independent value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MaxI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The maximum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/MinI
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Fit/Mode = I

Description

The minimum of the I dimension

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable connecting line display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the connecting line

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The origin of the points in the trace

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Start - Draw points at the start time of the data value

  • End - Draw points at the end time of the data value

  • Center - Draw points at the central time of the data value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/SkipUndefined
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Skip undefined points, instead of breaking continuity

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Always display symbols at all points

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The scale factor of the symbol

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The size of the symbol

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Symbol/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The type of symbol

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic - Automatically select an unused symbol

  • Circle - A circle

  • Square - A square

  • Diamond - A diamond (45 degree rotated square)

  • TriangleUp or Triangle - A triangle with a corner pointing upwards

  • TriangleDown - A triangle with a corner pointing downwards

  • CircleCrossX, CircleCross, or CrossCircle - A circle crossed with diagonal lines

  • SquareCrossX, CrossSquare, or SquareCross - A square crossed at the corners

  • DiamondCrossPlus, CrossDiamond, or DiamondCross - A diamond (45 degree rotated square) crossed at the corners

  • TriangleUpCross, CrossTriangle, CrossTriangleUp, or TriangleCross - A triangle with a corner pointing upwards with crossing lines starting in each corner

  • TriangleDownCross or CrossTriangleDown - A triangle with a corner pointing downwards with crossing lines starting in each corner

  • CircleFilled or FillCircle - A circle with the entire area filled

  • SquareFilled or FillSquare - A square with the entire area filled

  • DiamondFilled or FillDiamond - A diamond (45 degree rotated square) with the entire area filled

  • TriangleUpFilled, filltriangle, filltriangleup, or trianglefilled - A triangle with a corner pointing upwards with the entire area filled

  • TriangleDownFilled or FillTriangleDown - A triangle with a corner pointing downwards with the entire area filled

  • X or SimpleX - Two diagonal crossing lines

  • Plus, +, or SimplePlus - Horizontal and vertical crossing lines

  • CircleCrossPlus or CrossCirclePlus - A circle crossed with vertical lines

  • DiamondCrossX or CrossDiamondX - A diamond (45 degree rotated square) crossed at the edges

  • SquareCrossPlus or CrossSquarePlus - A square crossed at the edges

  • TriangleLeft - A triangle with a corner pointing left

  • TriangleRight - A triangle with a corner pointing right

  • TriangleLeftCross or CrossTriangleLeft - A triangle with a corner pointing left with crossing lines starting in each corner

  • TriangleRightCross or CrossTriangleRight - A triangle with a corner pointing right with crossing lines starting in each corner

  • TriangleLeftFilled or FillTriangleLeft - A triangle with a corner pointing left with the entire area filled

  • TriangleRightFilled or FillTriangleRight - A triangle with a corner pointing right with the entire area filled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Traces/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Bins with the binning definition along the X axis (vertically orientated box-whiskers)

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Dependent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The identifier of the dependent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Axes/Independent
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The identifier of the independent axis to bind to

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/ExtendAllMiddles
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable the center line extension for all bins, instead of only for total bins if center line extension is enabled

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Generate bins on each cycle interval at the division ticks

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/TotalAfter
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Generate a total bin after (right of) the main cycle

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Binning/TotalBefore
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Generate a total bin before (left of) the main cycle

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable drawing the box outline

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Histogram
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Generate boxes in histogram mode (e.x. lower edge always at zero)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The box edge quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.25

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Box/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Box outline line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawBoxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable drawing any parts of the boxes

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fill/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable filling in the box

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lower/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Lowest/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Middle/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Upper/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fit legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Line/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the fit line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/D
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the dependent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Log/I
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling on the independent axis

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Fit/Uppermost/Model
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose interpolation model definition

Type

Interpolation Model

Structure

A definition of a model used for interpolation. Interpolation models are used to generate interpolations or fits of some sequence of input. For example, a linear regression and a cubic spline interpolator are both available. The the type of model is set with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable legend entries

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The sort priority in the legend, with smaller values appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Legend/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The legend entry text

Type

Text

Undefined values

Automatic

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable drawing the middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Middle/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable drawing the graph spanning middle line

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/MiddleExtend/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Middle line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/QuantileMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Quantile calculation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Standard or Quantiles - Calculate component quantiles as fixed fractions

  • Normal, Mean, or MeanSD - Calculate quantiles as multiplies of the standard deviation away from the mean

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Relocation
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Relocate boxes that overlap with others

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Transformer
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A general purpose data value transformer definition

Type

Data Transformer

Structure

A data transformer is a general construct that applies an transformation function to some sequence of points. Examples include data filtering (removing points) and converting data into various probability distribution functions. The conversion type is selected with the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/TransformerMode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Transformer input mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Simple, Values, or ValuesOnly - Only pass data values to the transformer

  • Start, StartThenValues, or WithStart - Pass the start epoch time then the value for each point

  • End, EndThenValues, or WithEnd - Pass the end epoch time then the value for each point

  • Middle, MiddleThenValues, or WithMiddle - Pass the center epoch time then the value for each point

  • StartEnd, StartEndThenValues, or WithStartAndEnd - Pass the start and end epoch time then the value for each point

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/CapWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Cap width as a fraction of the box width

Type

Real number

Valid range

0.0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable drawing the whisker lines

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Quantile
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The whisker quantile

Type

Real number

Valid range

0.0 ≤ value ≤ 0.5

Undefined values

0.05

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Whisker/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Whisker line width

Type

Real number

Valid range

0.0 ≤ value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Box width scaling type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Constant - Constant sized based on the median effective bin size

  • Scale - Dynamically sized by scaling the effective bin size

  • FixedExact - Exact size, specified in pixels

  • Fixed - Exact size, specified in real units

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Constant

Description

The scale factor applied to the median bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Scale

Description

The scale factor applied to the bin width to generate the displayed width

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = Fixed

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Excluding conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/XBins/<IDENTIFIER>/Width/Type = FixedExact

Description

The bin width, in real axis units

Type

Real number

Valid range

0.0 < value

Units

pixels

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Y (vertical) axis definitions with the key being used by the traces or binning for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The fixed graph spanning line definitions

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Position
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The position of the line

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Fixed/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The grid line definitions, for each tick level

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable the grid level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Grid/#0/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of the line drawn

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GridEnable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable grid display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Primary, Bottom, or Left - Locate the axis on the "primary" side for its direction (on the left or bottom)

  • Secondary, Right, or Top - Locate the axis on the "secondary" side for its direction (on the right or top)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/YAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Z (color) axis definitions with the key being used by the traces for binding

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/AlwaysShow
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Always show the axis, even if it has no data attached

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Baseline/Width
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of line of the axis main baseline

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Draw
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable axis display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Gradient
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A gradient selection

Type

Gradient

Structure

A gradient is an interpolator that converts values into a spectrum of colors. Several standard gradients are available, as well as a definition based on key colors. The type of gradient used is selected by the Type enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/GroupUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The logical grouping units the axis is bound to

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Log
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Use logarithmic scaling

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Absolute upper bound, the maximum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Required upper bound, the maximum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Upper bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the upper bound by a fraction of the total range

  • Fixed - Set the axis to a constant upper bound

  • ExtendAbsolute - Extend the upper bound by a fixed constant value

  • PowerRound - Extend the upper bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The minimum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The maximum amount of extension applied to the upper bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendFraction

Description

The fraction of the base range to extend the upper bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = Fixed

Description

The upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = ExtendAbsolute

Description

The value added from the base upper bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Maximum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Absolute
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Absolute lower bound, the minimum will never be below this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Required
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Required lower bound, the minimum will never be above this

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Lower bound mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • ExtendFraction - Extend the lower bound by a fraction of the total range

  • Fixed - Set the axis to a constant lower bound

  • ExtendAbsolute - Extend the lower bound by a fixed constant value

  • PowerRound - Extend the lower bound so that it aligns with the next smallest power (usually for logarithmic alignment)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtLeast
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The minimum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/AtMost
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The maximum amount of extension applied to the lower bound

Type

Real number

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Fraction
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendFraction

Description

The fraction of the base range to extend the lower bound by

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Value
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = Fixed

Description

The lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = ExtendAbsolute

Description

The value subtracted from the base lower bound

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Base
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Minimum/Type = PowerRound

Description

The power alignment base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Range/Reverse
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Reverse the axis direction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Scale
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The bar scaling factor, with negative values being the size in exact pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Side
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Side binding mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Automatic or Auto - Automatically select the side of the graph that the axis is displayed on

  • Top - Locate the axis on the top of the graph

  • Bottom - Locate the axis on the bottom of the graph

  • Left - Locate the axis on the left of the graph

  • Right - Locate the axis on the right of the graph

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/SortPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The sort priority of the axis, with lower priorities appearing first

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The settings for a level of ticks on the axis

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable tick label display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Label/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/DrawPriority
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Draw priority ordering, lower numbers are drawn first (below)

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Enable
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Enable tick display

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/LineWidth
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The width of line of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Size
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The size (distance from the baseline) of the tick mark

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Levels/#0/Mark/Style
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Line draw style

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Solid - A solid line, with no special style

  • Dash - A dashed line

  • Dot - A dotted line

  • DashDot - A line consisting of alternating dashes and dots

  • DashDotDot or DotDotDash - A line consisting of alternating a dash and two dots

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Tick generation mode

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Decimal - Generate ticks based on logical decimal divisions

  • Fixed or Constant - Generate ticks at fixed intervals around an origin

  • CDF or NormalCDF - Generate ticks for normalized CDF standard deviation quantiles

  • Allan or TimeInterval - Generate ticks at logarithmic logical time intervals for Allan plots

  • Disable or None - Do not generate ticks for the axis

  • Time - Generate ticks at logical points in time for axes representing absolute times

  • Logarithmic or Log - Generate ticks at logarithmically advancing intervals (e.x. 0.1, 1, 10, 100, etc)

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TotalLevels
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The total number of levels of ticks to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Digits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Decimal

Description

The maximum number of significant digits to display

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The interval between ticks

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Origin
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Fixed

Description

The origin around which ticks are generated

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/TimeFormat
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Time

Description

The format string defining how times are displayed (e.x. YYYY-MM-DD)

Type

Text

Undefined values

Set from user preferences

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Interval
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Ticks/Mode = Logarithmic

Description

Logarithm base

Type

Real number

Valid range

1.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Color
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

A color selection

Type

Color

Structure

A color as displayed on the screen or in an image. Colors are determined by their channel values, each ranging from zero to one, inclusive. For example, black has all components zero, except alpha (transparency) which is one. The color model in use is determined by the Model enumeration key.

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Family
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font family name

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Flags
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font flags

Type

Flags, a set of unique text strings

Acceptable Flags
Bold

Bold font face

FixedPitch

Fixed pitch

Italic

Italic font face

NoKerning

Request no kerning

Overline

Overline enabled

StrikeOut

Strike out enabled

Underline

Underline enabled

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Amount
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The spacing applied to the font

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/LetterSpacing/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font letter spacing type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Percentage - Change the letter spacing based on a percentage of the font’s normal definition

  • Absolute - Set the letter spacing to an absolute exact value

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Number
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The font size

Type

Real number

Valid range

0.0 < value

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Size/Type
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font size selection type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Point - Set the font size by logical points

  • Pixel - Set the font size by absolute pixels

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Stretch
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font stretch factor

Type

Integer

Valid range

1 ≤ value ≤ 4000

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/Weight
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Font weight factor

Type

Integer

Valid range

0 ≤ value ≤ 99

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Font/WordSpacing
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

Additional word spacing in pixels

Type

Real number

Undefined values

Not permitted

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Title/Text
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The text displayed along the axis

Type

Text

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/ToolTipUnits
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The units display in the tool tip

Type

Text

Undefined values

Derived from the metadata

/Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/ZAxes/<IDENTIFIER>/Units
Required conditions
  • /Profiles/<PROFILE>/Displays/<IDENTIFIER>/Layout/<NUMBER>/Type = Cycle

Description

The display units the axis is bound to

Type

Flags, a set of unique text strings