Skip to content

Visual Setup

jzethoferp2f edited this page Mar 17, 2023 · 24 revisions

Data Fields

The visual has 9 data fields for different capabilities. For basic functionalities only the first two are needed

X-Axis

The data field added here is used as a shared X-Axis for all plots. The datatype must be numeric or date. Null values are not supported.

Plot Values

Data fields that contain y-Values. For each data field a separate plot is created. The data type must be numeric. Null values will be ignored.

Plot Overlay Length

Length data for creating overlay rectangles or lines for individual plots. Values must be numeric and specify the length of the rectangle in data points of the X-Axis. For example when the value 11 is specified at data position 8 the rectangle is created from the x-position 8 until the x-position 19. Null values are ignored

Plot Overlay Width

Specifies the size of an overlay rectangle in y-direction. At each position where a numeric value was provided for Plot Overlay Width

Clone this wiki locally