This page identifies the controls exposed by each primitive template layer available in Studio. Note, certain controls may not appear until a related option is enabled.
Controls shared by layers
| Control group | What it changes |
|---|---|
| Name, visibility, and lock | Identifies a layer, removes it from the rendered result without deleting it, or prevents canvas manipulation. |
| Position and transform | Moves, scales, rotates, aligns, or fits the selected layer when that layer type supports the operation. |
| Opacity and blend mode | Changes whole-layer transparency and how it combines with layers below it. |
| Fill and stroke | Sets solid or gradient paint, outline paint, width, alignment, cap, join, and dash behavior where supported. |
| Clip mask | Uses a compatible static shape, text, arc-text, tick, or image layer to clip an image layer. |
| Data input | Selects a telemetry stream, conversion, input filtering, and any visibility condition. |
Layer types
| Layer type | Purpose |
|---|---|
| shape | Static geometry with fill and stroke styling. |
| text | Static text with font, size, alignment, spacing, fill, and stroke controls. |
| arc·text | Static text arranged along a configurable arc. |
| data·text | Telemetry-driven text with stream selection, units, number or time formatting, and fit behavior. |
| data·graphic | A telemetry-driven graphic selected from the registry documented below. |
| ticks | Static linear or radial tick marks and labels. |
| data·ticks | Tick marks whose range can be derived from a telemetry stream. |
| template | A nested template layer whose exposed inputs can take a value or inherit from its parent. |
| image | An uploaded image asset with sizing, fit, transform, opacity, and optional clipping controls. |
Shape-layer controls
Every available shape uses the shared appearance controls below. Its own section then lists the geometry and specialized controls for that shape.
Controls shared by shape layers
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Fill | Sets the paint inside a closed shape; open shapes may not display a fill. |
| Stroke | Sets the paint used to draw the shape outline or open path. |
| Line width | Sets the thickness of the shape outline. |
| Line cap | Chooses the shape used at the ends of open lines. |
| Line join | Chooses how corners are drawn where connected edges meet. |
| Dash | Chooses a solid, dashed, or dotted stroke pattern. |
| Dash size | Sets the length of each dash when a non-solid pattern is selected. |
| Dash gap | Sets the space between marks when a non-solid pattern is selected. |
| Stroke align | Chooses whether the outline sits inside, outside, or across the shape path. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
Rectangle
Draws a rectangle with uniform or per-corner rounding.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| radius | Sets the main radius or corner radius used by the shape. |
| rotation | Rotates the shape around its defined center. |
| Corner radius mode | Chooses one radius for every corner or a separate value for each corner. |
| Top left | Sets the top-left corner radius while per-corner mode is selected. |
| Top right | Sets the top-right corner radius while per-corner mode is selected. |
| Bottom right | Sets the bottom-right corner radius while per-corner mode is selected. |
| Bottom left | Sets the bottom-left corner radius while per-corner mode is selected. |
Split Rectangle
Draws a rounded rectangle with a separately colored section attached to one edge.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| radius | Sets the main radius or corner radius used by the shape. |
| Split size | Sets how far the split section extends from the selected edge. |
| rotation | Rotates the shape around its defined center. |
| Corner radius mode | Chooses one radius for every corner or a separate value for each corner. |
| Top left | Sets the top-left corner radius while per-corner mode is selected. |
| Top right | Sets the top-right corner radius while per-corner mode is selected. |
| Bottom right | Sets the bottom-right corner radius while per-corner mode is selected. |
| Bottom left | Sets the bottom-left corner radius while per-corner mode is selected. |
| Split edge | Chooses which edge contains the separately colored section. |
| Split fill | Sets the paint used inside the split section. |
| Divider stroke | Sets the paint used on the line between the main and split sections. |
| Divider width | Sets the thickness of the divider between the two sections. |
Trapezoid
Draws a four-sided shape whose corners can be offset independently.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| radius | Sets the main radius or corner radius used by the shape. |
| Top left offset | Moves the trapezoid's top-left corner horizontally. |
| Top right offset | Moves the trapezoid's top-right corner horizontally. |
| Bottom right offset | Moves the trapezoid's bottom-right corner horizontally. |
| Bottom left offset | Moves the trapezoid's bottom-left corner horizontally. |
| rotation | Rotates the shape around its defined center. |
| Corner radius mode | Chooses one radius for every corner or a separate value for each corner. |
| Top left | Sets the top-left corner radius while per-corner mode is selected. |
| Top right | Sets the top-right corner radius while per-corner mode is selected. |
| Bottom right | Sets the bottom-right corner radius while per-corner mode is selected. |
| Bottom left | Sets the bottom-left corner radius while per-corner mode is selected. |
Circle
Draws a circle from a center point and radius.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| r | Sets the circle or polygon radius. |
Ellipse
Draws an oval with separate horizontal and vertical radii.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| rx | Sets the horizontal radius of the ellipse. |
| ry | Sets the vertical radius of the ellipse. |
| rotation | Rotates the shape around its defined center. |
N-Gon
Draws a regular polygon with a configurable number of sides.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| r | Sets the circle or polygon radius. |
| sides | Sets how many sides the polygon contains. |
| rotation | Rotates the shape around its defined center. |
Line
Draws a straight segment between two endpoints.
| Control | Purpose |
|---|---|
| x1 | Sets the horizontal position of the first endpoint. |
| y1 | Sets the vertical position of the first endpoint. |
| x2 | Sets the horizontal position of the second endpoint. |
| y2 | Sets the vertical position of the second endpoint. |
| Start arrow | Shows or hides an arrowhead at the first endpoint. |
| End arrow | Shows or hides an arrowhead at the second endpoint. |
| Arrow size | Sets the arrowhead size when either endpoint arrow is enabled. |
Arc
Draws part of a circle between two angles.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| r | Sets the circle or polygon radius. |
| startAngle | Sets the angle in radians where the arc begins. |
| endAngle | Sets the angle in radians where the arc ends. |
Polyline
Draws a custom multi-point path created directly on the canvas.
| Control | Purpose |
|---|---|
| Draw Shape in Canvas | Starts point-by-point drawing on the canvas; finish shape ends the drawing action. |
Path (SVG)
Draws a custom SVG path from its path-data instructions.
| Control | Purpose |
|---|---|
| Path data (SVG d) | Sets the SVG path commands used to draw the custom path. |
Dimension Line
Draws a measurement-style line with end ticks and optional arrowheads.
| Control | Purpose |
|---|---|
| x1 | Sets the horizontal position of the first endpoint. |
| y1 | Sets the vertical position of the first endpoint. |
| x2 | Sets the horizontal position of the second endpoint. |
| y2 | Sets the vertical position of the second endpoint. |
| tickSize | Sets the length of the perpendicular marks at both ends of the dimension line. |
| arrowSize | Sets the size of the dimension-line arrowheads; 0 hides them. |
| rotation | Rotates the shape around its defined center. |
Speech Bubble
Draws a rounded text-bubble shape with a configurable tail.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| radius | Sets the main radius or corner radius used by the shape. |
| tailX | Sets the horizontal position of the speech-bubble tail point. |
| tailY | Sets the vertical position of the speech-bubble tail point. |
| tailWidth | Sets the width of the speech-bubble tail where it meets the body. |
| rotation | Rotates the shape around its defined center. |
Concentric Rings
Draws repeated circles that share a center.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| startR | Sets the radius of the innermost ring. |
| gap | Sets the spacing between repeated elements. |
| count | Sets how many repeated elements are drawn. |
Radial Rays
Draws repeated wedge-shaped rays around a center.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| innerR | Sets the inner radius where each ray or point begins. |
| outerR | Sets the outer radius where each ray or point ends. |
| count | Sets how many repeated elements are drawn. |
| rayWidth | Sets the angular width of each radial ray. |
| rotation | Rotates the shape around its defined center. |
Radial Dots
Draws repeated circular dots around a ring.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| radius | Sets the main radius or corner radius used by the shape. |
| dotR | Sets the radius of each repeated dot. |
| count | Sets how many repeated elements are drawn. |
| rotation | Rotates the shape around its defined center. |
Grid
Draws horizontal and vertical grid lines by division count or spacing.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| rotation | Rotates the shape around its defined center. |
| Grid mode | Chooses whether the grid is divided by a line count or by a fixed spacing. |
| X divisions | Sets the number of horizontal intervals across the grid in divisions mode. |
| Y divisions | Sets the number of vertical intervals down the grid in divisions mode. |
| X spacing | Sets the horizontal distance between grid lines in spacing mode. |
| Y spacing | Sets the vertical distance between grid lines in spacing mode. |
Starburst
Draws an alternating inner-and-outer-radius burst.
| Control | Purpose |
|---|---|
| cx | Sets the horizontal position of the shape center. |
| cy | Sets the vertical position of the shape center. |
| innerR | Sets the inner radius where each ray or point begins. |
| outerR | Sets the outer radius where each ray or point ends. |
| points | Sets how many points the starburst contains. |
| rotation | Rotates the shape around its defined center. |
Torn Label
Draws a rectangular label with seeded irregular edges.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| jag | Sets the depth of the irregular torn edge. |
| X steps | Sets how many torn-edge segments are generated across the horizontal edges. |
| Y steps | Sets how many torn-edge segments are generated across the vertical edges. |
| seed | Changes the repeatable random pattern without changing the other settings. |
Squiggle
Draws a wave between two endpoints.
| Control | Purpose |
|---|---|
| x1 | Sets the horizontal position of the first endpoint. |
| y1 | Sets the vertical position of the first endpoint. |
| x2 | Sets the horizontal position of the second endpoint. |
| y2 | Sets the vertical position of the second endpoint. |
| amplitude | Sets how far the squiggle moves away from its center line. |
| waves | Sets how many wave cycles appear between the endpoints. |
Barcode
Draws a seeded barcode-like field of vertical bars.
| Control | Purpose |
|---|---|
| x | Sets the horizontal position of the shape or its left edge. |
| y | Sets the vertical position of the shape or its top edge. |
| width | Sets the overall horizontal size of the shape. |
| height | Sets the overall vertical size of the shape. |
| bars | Sets how many bars the barcode pattern contains. |
| gap | Sets the spacing between repeated elements. |
| seed | Changes the repeatable random pattern without changing the other settings. |
| rotation | Rotates the shape around its defined center. |
Text-layer controls
Static text
Displays fixed text at a canvas position.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Text | Sets the characters displayed by the layer. |
| Font | Chooses a template font or font constant for the text. |
| Font size | Sets the displayed text size. |
| Weight | Sets how light or bold the text appears. |
| X | Sets the horizontal text anchor position. |
| Y | Sets the vertical text anchor position. |
| Align | Sets the horizontal alignment of the text around its X position. |
| Baseline | Sets which part of the text aligns with its Y position. |
| Rotation | Rotates the complete text layer around its anchor. |
| Fill Color | Sets the solid fill color used to draw the text. |
| Stroke Color | Sets the solid outline color used to draw the text. |
| Stroke weight | Sets the thickness of the text outline. |
| Letter spacing | Adds or removes horizontal space between characters. |
| Stroke align | Chooses whether the text outline sits inside, outside, or across the glyph edge. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
Static arc text
Displays fixed text along a circular arc.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Text | Sets the characters displayed by the layer. |
| Font | Chooses a template font or font constant for the text. |
| Font size | Sets the displayed text size. |
| Weight | Sets how light or bold the text appears. |
| Align | Sets the horizontal alignment of the text around its X position. |
| Baseline | Sets which part of the text aligns with its Y position. |
| Center X | Sets the horizontal position of the arc center. |
| Center Y | Sets the vertical position of the arc center. |
| Radius | Sets the distance from the center to the text baseline. |
| Start angle | Sets where the text begins around the arc. |
| Direction | Chooses whether text advances clockwise or counterclockwise around the arc. |
| Fill Color | Sets the solid fill color used to draw the text. |
| Stroke Color | Sets the solid outline color used to draw the text. |
| Stroke weight | Sets the thickness of the text outline. |
| Letter spacing | Adds or removes horizontal space between characters. |
| Stroke align | Chooses whether the text outline sits inside, outside, or across the glyph edge. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
Data text
Formats a telemetry value as text and can change its wording or paint in response to that value.
| Control | Purpose |
|---|---|
| Stream | Chooses the telemetry stream that supplies the layer value. |
| Convert | Converts a compatible source unit before the value is formatted or drawn. |
| Smoothing | Averages rapid changes in a numeric stream to reduce visible jitter. |
| Adaptive Smoothing | Adjusts smoothing strength in response to how quickly the input is changing. |
| Low Motion Hold | Holds the value steady during detected low-motion periods. |
| Clamp values | Limits the converted input to an optional minimum and maximum before it is used. |
| Clamp min | Sets the lowest value allowed while input clamping is enabled. |
| Clamp max | Sets the highest value allowed while input clamping is enabled. |
| Deadband | Holds values within a configurable window at its center to prevent small movements. |
| Deadband width | Sets the total width of the enabled deadband window. |
| Deadband center | Sets the value at the center of the enabled deadband window. |
| Visible when | Shows the layer only while a selected input remains inside an optional range. |
| Input | Chooses which layer input controls the enabled visibility condition. |
| Min | Sets the lower boundary of the enabled visibility condition. |
| Max | Sets the upper boundary of the enabled visibility condition. |
| Hysteresis | Adds a buffer around a visibility threshold to prevent rapid on-and-off changes. |
| Hold frames | Requires the visibility condition to remain changed for this many frames before switching. |
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Font | Chooses a template font or font constant for the text. |
| Fill | Sets the text fill and, for data text, can switch between solid, signed, and range-based paint. |
| Stroke | Sets the text outline and, for data text, can switch between solid, signed, and range-based paint. |
| Positive / Negative | Sets the two paints used on opposite sides of a signed-paint threshold. |
| Threshold | Sets the value where signed paint switches between its negative and positive colors. |
| Paint hysteresis | Adds a buffer around a signed or range-paint boundary to prevent flicker. |
| Paint hold frames | Requires a paint range change to persist for this many frames before switching. |
| Range min / max | Sets the input interval that uses a range-paint color. |
| Default paint | Sets the paint used when a value does not fall inside a configured paint range. |
| Stroke weight | Sets the thickness of the text outline. |
| Letter spacing | Adds or removes horizontal space between characters. |
| Stroke align | Chooses whether the text outline sits inside, outside, or across the glyph edge. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Display format | Chooses raw numeric output or a compatible duration or GPS-time format for the selected stream. |
| Sizing mode | Chooses a fixed font size or automatic sizing inside a maximum box. |
| Decimals | Sets the number of decimal places shown for a numeric value. |
| Weight | Sets how light or bold the text appears. |
| Zero fill | Sets the minimum digit count by adding leading zeroes. |
| Show filled zeroes | Keeps the leading zeroes visible when zero fill is greater than 0. |
| Show + sign | Shows a plus sign before positive numeric values. |
| Thousands separators | Groups large numbers with locale-appropriate separators. |
| Text map | Replaces numeric output with configured text when the value falls inside a range. |
| Map min / max | Sets the input range that displays one text-map result. |
| Map hysteresis | Adds a buffer around a text-map range boundary to prevent rapid label changes. |
| Map hold frames | Requires a text-map range change to persist for this many frames before switching. |
| Map text | Sets the wording displayed by one configured text-map range. |
| Prefix | Adds text before the formatted value. |
| Suffix | Adds text after the formatted value. |
| Fit max width | Sets the maximum width available to automatic text fitting. |
| Fit max height | Sets the maximum height available to automatic text fitting. |
| Font size | Sets the displayed size when Font size mode is selected. |
| X | Sets the horizontal text anchor position. |
| Y | Sets the vertical text anchor position. |
| Align | Sets the horizontal alignment of the text around its X position. |
| Baseline | Sets which part of the text aligns with its Y position. |
| Derived Font Size | Shows the font size produced by automatic fitting and provides a copy action. |
GPS Time
Formats the absolute GPS timestamp recorded by the source clip.
| Control | Purpose |
|---|---|
| Stream | Chooses the telemetry stream that supplies the layer value. |
| Clamp values | Limits the converted input to an optional minimum and maximum before it is used. |
| Clamp min | Sets the lowest value allowed while input clamping is enabled. |
| Clamp max | Sets the highest value allowed while input clamping is enabled. |
| Deadband | Holds values within a configurable window at its center to prevent small movements. |
| Deadband width | Sets the total width of the enabled deadband window. |
| Deadband center | Sets the value at the center of the enabled deadband window. |
| Visible when | Shows the layer only while a selected input remains inside an optional range. |
| Input | Chooses which layer input controls the enabled visibility condition. |
| Min | Sets the lower boundary of the enabled visibility condition. |
| Max | Sets the upper boundary of the enabled visibility condition. |
| Hysteresis | Adds a buffer around a visibility threshold to prevent rapid on-and-off changes. |
| Hold frames | Requires the visibility condition to remain changed for this many frames before switching. |
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Font | Chooses a template font or font constant for the timestamp. |
| Fill | Sets the text fill and, for data text, can switch between solid, signed, and range-based paint. |
| Stroke | Sets the text outline and, for data text, can switch between solid, signed, and range-based paint. |
| Positive / Negative | Sets the two paints used on opposite sides of a signed-paint threshold. |
| Threshold | Sets the value where signed paint switches between its negative and positive colors. |
| Paint hysteresis | Adds a buffer around a signed or range-paint boundary to prevent flicker. |
| Paint hold frames | Requires a paint range change to persist for this many frames before switching. |
| Range min / max | Sets the input interval that uses a range-paint color. |
| Default paint | Sets the paint used when a value does not fall inside a configured paint range. |
| Stroke weight | Sets the thickness of the text outline. |
| Letter spacing | Adds or removes horizontal space between characters. |
| Stroke align | Chooses whether the text outline sits inside, outside, or across the glyph edge. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Convert | Chooses the date, time, time-zone, or Unix-millisecond format used for the GPS timestamp. |
| 12-hour time | Uses a 12-hour clock instead of the default 24-hour clock. |
| Local time | Displays the timestamp in the browser computer's local time zone. |
| UTC time | Displays the timestamp in Coordinated Universal Time. |
| Custom time zone | Displays the timestamp in a selected IANA time zone. |
| Time zone | Chooses the IANA time zone used while Custom time zone is enabled. |
| Sizing mode | Chooses a fixed font size or automatic sizing inside a maximum box. |
| Weight | Sets how light or bold the text appears. |
| Prefix | Adds text before the formatted value. |
| Suffix | Adds text after the formatted value. |
| Fit max width | Sets the maximum width available to automatic text fitting. |
| Fit max height | Sets the maximum height available to automatic text fitting. |
| Font size | Sets the displayed size when Font size mode is selected. |
| X | Sets the horizontal text anchor position. |
| Y | Sets the vertical text anchor position. |
| Align | Sets the horizontal alignment of the text around its X position. |
| Baseline | Sets which part of the text aligns with its Y position. |
| Derived Font Size | Shows the font size produced by automatic fitting and provides a copy action. |
Image-layer controls
Image
Displays an uploaded or browser-local still image with configurable sizing, cropping, fitting, masking, transformation, and upload-recovery actions.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete image layer combines with layers below it. |
| Layer Operations | Runs a positioning operation on the image layer or aligns it to selected canvas points. |
| Image summary | Shows the selected asset name, dimensions, crop state, account-upload state, or availability warning. |
| Choose / Replace / Relink Image | Selects the initial image, substitutes another asset, or reconnects an unavailable asset. |
| Reset to Natural | Restores the image box to the source or cropped image aspect ratio and fits it within the template canvas. |
| Retry Account Upload | Retries saving a local image to the account after a paused, failed, or canceled upload. |
| Keep Local Only | Stops retrying an interrupted account upload while keeping the image available in the current browser session. |
| Cancel Account Upload | Cancels an account upload that is queued or currently transferring. |
| Crop Image | Opens the crop workflow for the selected image. |
| Undo Crop | Restores the image state saved before the most recent crop. |
| Fit | Chooses how the image is placed inside its width and height box. |
| Clip with shape | Uses another compatible static layer to define which parts of the image remain visible. |
| Clipping layer | Chooses the static layer used as the enabled image mask. |
| Opacity | Sets the transparency of the complete image layer. |
| Width | Sets the width of the image box. |
| Height | Sets the height of the image box. |
| X | Sets the horizontal position of the image box. |
| Y | Sets the vertical position of the image box. |
| Corner radius mode | Chooses one corner radius for the complete image or a separate radius for each corner. |
| Corner radius | Rounds every image-box corner equally while uniform mode is selected. |
| Top left | Sets the top-left image corner radius while per-corner mode is selected. |
| Top right | Sets the top-right image corner radius while per-corner mode is selected. |
| Bottom right | Sets the bottom-right image corner radius while per-corner mode is selected. |
| Bottom left | Sets the bottom-left image corner radius while per-corner mode is selected. |
| Rotation | Rotates the complete image box around its center. |
| Flip H | Mirrors the image horizontally inside its box. |
| Flip V | Mirrors the image vertically inside its box. |
| High-quality smoothing | Uses smoothed sampling when the image is scaled or transformed; turn it off to retain hard pixel edges. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
Template-layer controls
Template layer
Places a built-in or custom template inside the current template and exposes compatible child variables to the parent.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete nested template combines with layers below it. |
| Layer Operations | Runs a positioning operation on the complete nested template layer. |
| X | Sets the horizontal position of the nested template inside its parent. |
| Y | Sets the vertical position of the nested template inside its parent. |
| Scale | Uniformly enlarges or reduces the complete nested template. |
| Rotation | Rotates the complete nested template around its transformed origin. |
| Template Variables | Lists the color, font, number, and text values exposed by the selected child template. |
| Mode | Chooses a literal value for one child variable or connects it to a compatible constant in the parent template. |
| Value | Sets a color, font, number, or text override used only by this nested-template layer. |
| Parent | Chooses the compatible parent constant supplied to the child variable. |
| Clear | Removes the override for one child variable and restores that child variable to its default. |
| Edit Template | Enters the nested template so its internal layers and constants can be edited directly. |
Tick controls
Static and data-driven linear and radial ticks are separate layer choices. Data tick tables include their telemetry input and visibility controls; static tick tables omit stream-only range settings.
Static linear ticks
Draws a fixed tick scale whose entered minimum and maximum do not depend on telemetry.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Length | Sets the endpoint-to-endpoint length of the linear tick axis. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Tick side | Chooses whether linear ticks appear above, below, on both sides of, or centered on the axis. |
| Label side | Chooses which side of the linear axis contains the labels. |
| Label offset | Moves labels toward or away from the tick axis without moving the ticks. |
| Label rotation mode | Chooses whether labels remain upright, follow the linear axis, or use the entered rotation. |
| Label rotation | Sets the custom rotation applied to tick labels when the selected rotation mode uses it. |
| Minimum value | Sets the lower input value used to map data across the graphic or tick scale. |
| Maximum value | Sets the upper input value used to map data across the graphic or tick scale. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
| Nice scale | Rounds the range and major step to easier-to-read values instead of using the exact calculated bounds. |
| Major tick mode | Chooses whether major ticks are separated by a value step or distributed as a fixed number of intervals. |
| Major tick step | Sets the value difference between consecutive major ticks when step mode is selected. |
| Major intervals | Sets how many equal intervals divide the range when major ticks use count mode. |
| Minor ticks per major | Sets how many smaller ticks appear between consecutive major ticks. |
| Include max tick | Adds a tick at the exact maximum even when the regular step does not land on it. |
| Major tick color | Sets the color used to draw the major tick. |
| Minor tick color | Sets the color used to draw the minor tick. |
| Major tick length | Sets the length of the major tick. |
| Minor tick length | Sets the length of the minor tick. |
| Major tick stroke | Sets the thickness of the major tick. |
| Minor tick stroke | Sets the thickness of the minor tick. |
| Tick offset | Moves all ticks away from or across their guide line without changing the guide line. |
| Tick line cap | Chooses the shape used at the ends of the tick line. |
| Show guide line | Shows or hides the line that runs along the tick axis or arc. |
| Guide line color | Sets the color used to draw the guide line. |
| Guide line stroke | Sets the thickness of the guide line. |
| Guide line cap | Chooses the shape used at the ends of the guide line. |
| Show labels | Shows or hides the numeric labels attached to major ticks. |
| Label every | Draws a label on every specified number of major ticks. |
| Label color | Sets the color used to draw the label. |
| Label stroke color | Sets the outline paint for the label. |
| Label stroke weight | Sets the thickness of the label outline. |
| Label stroke align | Chooses whether the label outline sits inside, outside, or across its path. |
| Label font | Chooses the typeface used for the label. |
| Label size | Sets the displayed size of the label text. |
| Label weight | Sets how light or bold the label text appears. |
| Label decimals | Sets how many digits appear after the decimal point in tick labels. |
| Label prefix | Adds the entered text before every tick label. |
| Label suffix | Adds the entered text after every tick label. |
| Trim trailing zeroes | Removes unnecessary zeroes at the end of decimal tick labels. |
Static radial ticks
Draws a fixed tick scale whose entered minimum and maximum do not depend on telemetry.
| Control | Purpose |
|---|---|
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Tick direction | Chooses whether radial ticks extend inward, outward, or equally across the arc. |
| Label radius | Sets the distance from the center to the radial labels. |
| Label orientation | Chooses whether radial labels stay upright, follow the arc, point outward, or use the entered rotation. |
| Label rotation | Sets the custom rotation applied to tick labels when the selected rotation mode uses it. |
| Auto-flip labels | Automatically turns labels that would otherwise appear upside down. |
| Full circle endpoint | Chooses whether a full-circle scale hides the duplicate maximum tick or draws it at the endpoint. |
| Minimum value | Sets the lower input value used to map data across the graphic or tick scale. |
| Maximum value | Sets the upper input value used to map data across the graphic or tick scale. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
| Nice scale | Rounds the range and major step to easier-to-read values instead of using the exact calculated bounds. |
| Major tick mode | Chooses whether major ticks are separated by a value step or distributed as a fixed number of intervals. |
| Major tick step | Sets the value difference between consecutive major ticks when step mode is selected. |
| Major intervals | Sets how many equal intervals divide the range when major ticks use count mode. |
| Minor ticks per major | Sets how many smaller ticks appear between consecutive major ticks. |
| Include max tick | Adds a tick at the exact maximum even when the regular step does not land on it. |
| Major tick color | Sets the color used to draw the major tick. |
| Minor tick color | Sets the color used to draw the minor tick. |
| Major tick length | Sets the length of the major tick. |
| Minor tick length | Sets the length of the minor tick. |
| Major tick stroke | Sets the thickness of the major tick. |
| Minor tick stroke | Sets the thickness of the minor tick. |
| Tick offset | Moves all ticks away from or across their guide line without changing the guide line. |
| Tick line cap | Chooses the shape used at the ends of the tick line. |
| Show guide line | Shows or hides the line that runs along the tick axis or arc. |
| Guide line color | Sets the color used to draw the guide line. |
| Guide line stroke | Sets the thickness of the guide line. |
| Guide line cap | Chooses the shape used at the ends of the guide line. |
| Show labels | Shows or hides the numeric labels attached to major ticks. |
| Label every | Draws a label on every specified number of major ticks. |
| Label color | Sets the color used to draw the label. |
| Label stroke color | Sets the outline paint for the label. |
| Label stroke weight | Sets the thickness of the label outline. |
| Label stroke align | Chooses whether the label outline sits inside, outside, or across its path. |
| Label font | Chooses the typeface used for the label. |
| Label size | Sets the displayed size of the label text. |
| Label weight | Sets how light or bold the label text appears. |
| Label decimals | Sets how many digits appear after the decimal point in tick labels. |
| Label prefix | Adds the entered text before every tick label. |
| Label suffix | Adds the entered text after every tick label. |
| Trim trailing zeroes | Removes unnecessary zeroes at the end of decimal tick labels. |
Data linear ticks
Uses a numeric telemetry stream to derive the displayed scale while retaining all geometry, tick, guide-line, and label controls.
| Control | Purpose |
|---|---|
| Stream | Chooses the telemetry stream that supplies the layer value. |
| Convert | Converts a compatible source unit before the value is formatted or drawn. |
| Smoothing | Averages rapid changes in a numeric stream to reduce visible jitter. |
| Adaptive Smoothing | Adjusts smoothing strength in response to how quickly the input is changing. |
| Low Motion Hold | Holds the value steady during detected low-motion periods. |
| Clamp values | Limits the converted input to an optional minimum and maximum before it is used. |
| Clamp min | Sets the lowest value allowed while input clamping is enabled. |
| Clamp max | Sets the highest value allowed while input clamping is enabled. |
| Deadband | Holds values within a configurable window at its center to prevent small movements. |
| Deadband width | Sets the total width of the enabled deadband window. |
| Deadband center | Sets the value at the center of the enabled deadband window. |
| Visible when | Shows the layer only while a selected input remains inside an optional range. |
| Input | Chooses which layer input controls the enabled visibility condition. |
| Min | Sets the lower boundary of the enabled visibility condition. |
| Max | Sets the upper boundary of the enabled visibility condition. |
| Hysteresis | Adds a buffer around a visibility threshold to prevent rapid on-and-off changes. |
| Hold frames | Requires the visibility condition to remain changed for this many frames before switching. |
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Length | Sets the endpoint-to-endpoint length of the linear tick axis. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Tick side | Chooses whether linear ticks appear above, below, on both sides of, or centered on the axis. |
| Label side | Chooses which side of the linear axis contains the labels. |
| Label offset | Moves labels toward or away from the tick axis without moving the ticks. |
| Label rotation mode | Chooses whether labels remain upright, follow the linear axis, or use the entered rotation. |
| Label rotation | Sets the custom rotation applied to tick labels when the selected rotation mode uses it. |
| Bounds source | Chooses whether the tick range uses the entered minimum and maximum or derives them from the selected telemetry stream. |
| Min padding | Adds proportional space below a range derived from a telemetry stream. |
| Max padding | Adds proportional space above a range derived from a telemetry stream. |
| Include zero | Expands a stream-derived range to include zero when all recorded values are above or below it. |
| Symmetric around zero | Expands a stream-derived range so its positive and negative limits are equally distant from zero. |
| Minimum value | Sets the lower input value used to map data across the graphic or tick scale. |
| Maximum value | Sets the upper input value used to map data across the graphic or tick scale. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
| Nice scale | Rounds the range and major step to easier-to-read values instead of using the exact calculated bounds. |
| Major tick mode | Chooses whether major ticks are separated by a value step or distributed as a fixed number of intervals. |
| Major tick step | Sets the value difference between consecutive major ticks when step mode is selected. |
| Major intervals | Sets how many equal intervals divide the range when major ticks use count mode. |
| Minor ticks per major | Sets how many smaller ticks appear between consecutive major ticks. |
| Include max tick | Adds a tick at the exact maximum even when the regular step does not land on it. |
| Major tick color | Sets the color used to draw the major tick. |
| Minor tick color | Sets the color used to draw the minor tick. |
| Major tick length | Sets the length of the major tick. |
| Minor tick length | Sets the length of the minor tick. |
| Major tick stroke | Sets the thickness of the major tick. |
| Minor tick stroke | Sets the thickness of the minor tick. |
| Tick offset | Moves all ticks away from or across their guide line without changing the guide line. |
| Tick line cap | Chooses the shape used at the ends of the tick line. |
| Show guide line | Shows or hides the line that runs along the tick axis or arc. |
| Guide line color | Sets the color used to draw the guide line. |
| Guide line stroke | Sets the thickness of the guide line. |
| Guide line cap | Chooses the shape used at the ends of the guide line. |
| Show labels | Shows or hides the numeric labels attached to major ticks. |
| Label every | Draws a label on every specified number of major ticks. |
| Label color | Sets the color used to draw the label. |
| Label stroke color | Sets the outline paint for the label. |
| Label stroke weight | Sets the thickness of the label outline. |
| Label stroke align | Chooses whether the label outline sits inside, outside, or across its path. |
| Label font | Chooses the typeface used for the label. |
| Label size | Sets the displayed size of the label text. |
| Label weight | Sets how light or bold the label text appears. |
| Label decimals | Sets how many digits appear after the decimal point in tick labels. |
| Label prefix | Adds the entered text before every tick label. |
| Label suffix | Adds the entered text after every tick label. |
| Trim trailing zeroes | Removes unnecessary zeroes at the end of decimal tick labels. |
Data radial ticks
Uses a numeric telemetry stream to derive the displayed scale while retaining all geometry, tick, guide-line, and label controls.
| Control | Purpose |
|---|---|
| Stream | Chooses the telemetry stream that supplies the layer value. |
| Convert | Converts a compatible source unit before the value is formatted or drawn. |
| Smoothing | Averages rapid changes in a numeric stream to reduce visible jitter. |
| Adaptive Smoothing | Adjusts smoothing strength in response to how quickly the input is changing. |
| Low Motion Hold | Holds the value steady during detected low-motion periods. |
| Clamp values | Limits the converted input to an optional minimum and maximum before it is used. |
| Clamp min | Sets the lowest value allowed while input clamping is enabled. |
| Clamp max | Sets the highest value allowed while input clamping is enabled. |
| Deadband | Holds values within a configurable window at its center to prevent small movements. |
| Deadband width | Sets the total width of the enabled deadband window. |
| Deadband center | Sets the value at the center of the enabled deadband window. |
| Visible when | Shows the layer only while a selected input remains inside an optional range. |
| Input | Chooses which layer input controls the enabled visibility condition. |
| Min | Sets the lower boundary of the enabled visibility condition. |
| Max | Sets the upper boundary of the enabled visibility condition. |
| Hysteresis | Adds a buffer around a visibility threshold to prevent rapid on-and-off changes. |
| Hold frames | Requires the visibility condition to remain changed for this many frames before switching. |
| Blend mode | Chooses how the complete layer combines with layers below it. |
| Shadow / glow | Turns the layer shadow or glow effect on or off. |
| Shadow color | Sets the color of the enabled shadow or glow. |
| Opacity | Sets the opacity of the enabled shadow or glow. |
| Blur | Sets how soft the enabled shadow or glow appears. |
| Distance | Sets how far the shadow is offset from the layer. |
| Angle | Sets the direction of the shadow offset. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Tick direction | Chooses whether radial ticks extend inward, outward, or equally across the arc. |
| Label radius | Sets the distance from the center to the radial labels. |
| Label orientation | Chooses whether radial labels stay upright, follow the arc, point outward, or use the entered rotation. |
| Label rotation | Sets the custom rotation applied to tick labels when the selected rotation mode uses it. |
| Auto-flip labels | Automatically turns labels that would otherwise appear upside down. |
| Full circle endpoint | Chooses whether a full-circle scale hides the duplicate maximum tick or draws it at the endpoint. |
| Bounds source | Chooses whether the tick range uses the entered minimum and maximum or derives them from the selected telemetry stream. |
| Min padding | Adds proportional space below a range derived from a telemetry stream. |
| Max padding | Adds proportional space above a range derived from a telemetry stream. |
| Include zero | Expands a stream-derived range to include zero when all recorded values are above or below it. |
| Symmetric around zero | Expands a stream-derived range so its positive and negative limits are equally distant from zero. |
| Minimum value | Sets the lower input value used to map data across the graphic or tick scale. |
| Maximum value | Sets the upper input value used to map data across the graphic or tick scale. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
| Nice scale | Rounds the range and major step to easier-to-read values instead of using the exact calculated bounds. |
| Major tick mode | Chooses whether major ticks are separated by a value step or distributed as a fixed number of intervals. |
| Major tick step | Sets the value difference between consecutive major ticks when step mode is selected. |
| Major intervals | Sets how many equal intervals divide the range when major ticks use count mode. |
| Minor ticks per major | Sets how many smaller ticks appear between consecutive major ticks. |
| Include max tick | Adds a tick at the exact maximum even when the regular step does not land on it. |
| Major tick color | Sets the color used to draw the major tick. |
| Minor tick color | Sets the color used to draw the minor tick. |
| Major tick length | Sets the length of the major tick. |
| Minor tick length | Sets the length of the minor tick. |
| Major tick stroke | Sets the thickness of the major tick. |
| Minor tick stroke | Sets the thickness of the minor tick. |
| Tick offset | Moves all ticks away from or across their guide line without changing the guide line. |
| Tick line cap | Chooses the shape used at the ends of the tick line. |
| Show guide line | Shows or hides the line that runs along the tick axis or arc. |
| Guide line color | Sets the color used to draw the guide line. |
| Guide line stroke | Sets the thickness of the guide line. |
| Guide line cap | Chooses the shape used at the ends of the guide line. |
| Show labels | Shows or hides the numeric labels attached to major ticks. |
| Label every | Draws a label on every specified number of major ticks. |
| Label color | Sets the color used to draw the label. |
| Label stroke color | Sets the outline paint for the label. |
| Label stroke weight | Sets the thickness of the label outline. |
| Label stroke align | Chooses whether the label outline sits inside, outside, or across its path. |
| Label font | Chooses the typeface used for the label. |
| Label size | Sets the displayed size of the label text. |
| Label weight | Sets how light or bold the label text appears. |
| Label decimals | Sets how many digits appear after the decimal point in tick labels. |
| Label prefix | Adds the entered text before every tick label. |
| Label suffix | Adds the entered text after every tick label. |
| Trim trailing zeroes | Removes unnecessary zeroes at the end of decimal tick labels. |
Data-graphic controls
Every heading below corresponds to a data-graphic type currently available in the picker. Hidden implementation-only parameters are omitted; conditionally visible controls are included. Newly available graphic types enter this reference automatically.
Radial needle: notch
Value (number).
| Control | Purpose |
|---|---|
| Show ghost bounds | Shows or hides a guide that marks the graphic's available movement or drawing bounds. |
| Ghost bounds color | Sets the color used to draw the ghost bounds. |
| Pointer fill | Sets the fill paint for the pointer. |
| Pointer stroke | Sets the outline paint for the pointer. |
| Pointer stroke width | Sets the thickness of the pointer outline. |
| Pointer line join | Chooses how corners are drawn where the pointer edges meet. |
| Pointer length | Sets the length of the pointer. |
| Pointer width | Sets the width of the pointer. |
| Pointer tail | Sets how far the rear corners of the pointer extend behind the origin. |
| Pointer notch | Positions the inner point of the rear pointer notch relative to the origin. |
| Origin X | Sets the horizontal position of the pivot used to draw and rotate the graphic. |
| Origin Y | Sets the vertical position of the pivot used to draw and rotate the graphic. |
| Value mode | Chooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Min value | Sets the lower input value mapped to the start of a raw-value needle sweep. |
| Max value | Sets the upper input value mapped to the end of a raw-value needle sweep. |
| Start angle | Sets the angle where the raw-value sweep begins. |
| Sweep angle | Sets the angular distance covered from the minimum value to the maximum value. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Clamp value | Keeps a raw input within the entered minimum and maximum before positioning the needle. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Radial needle: line
Value (number).
| Control | Purpose |
|---|---|
| Show ghost bounds | Shows or hides a guide that marks the graphic's available movement or drawing bounds. |
| Ghost bounds color | Sets the color used to draw the ghost bounds. |
| Needle stroke | Sets the outline paint for the needle. |
| Needle stroke width | Sets the thickness of the needle outline. |
| Needle line cap | Chooses the shape used at the ends of the needle line. |
| Dot fill | Sets the fill paint for the dot. |
| Dot stroke | Sets the outline paint for the dot. |
| Dot stroke width | Sets the thickness of the dot outline. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Inner radius | Sets the distance from the center to the edge of the inner. |
| Outer radius | Sets the distance from the center to the edge of the outer. |
| Dot distance | Sets the distance from the origin to the marker dot along the needle direction. |
| Origin X | Sets the horizontal position of the pivot used to draw and rotate the graphic. |
| Origin Y | Sets the vertical position of the pivot used to draw and rotate the graphic. |
| Value mode | Chooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Min value | Sets the lower input value mapped to the start of a raw-value needle sweep. |
| Max value | Sets the upper input value mapped to the end of a raw-value needle sweep. |
| Start angle | Sets the angle where the raw-value sweep begins. |
| Sweep angle | Sets the angular distance covered from the minimum value to the maximum value. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Clamp value | Keeps a raw input within the entered minimum and maximum before positioning the needle. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Radial needle: compass pointer
Heading (number). Default stream: gps.heading.
| Control | Purpose |
|---|---|
| Forward fill | Sets the fill paint for the forward. |
| Forward stroke | Sets the outline paint for the forward. |
| Forward stroke width | Sets the thickness of the forward outline. |
| Forward length | Sets the length of the forward. |
| Forward width | Sets the width of the forward. |
| Forward base radius | Sets the distance from the center to the edge of the forward base. |
| Backward fill | Sets the fill paint for the backward. |
| Backward stroke | Sets the outline paint for the backward. |
| Backward stroke width | Sets the thickness of the backward outline. |
| Backward length | Sets the length of the backward. |
| Backward width | Sets the width of the backward. |
| Backward base radius | Sets the distance from the center to the edge of the backward base. |
| Hub fill | Sets the fill paint for the hub. |
| Hub stroke | Sets the outline paint for the hub. |
| Hub stroke width | Sets the thickness of the hub outline. |
| Hub radius | Sets the distance from the center to the edge of the hub. |
| Origin X | Sets the horizontal position of the pivot used to draw and rotate the graphic. |
| Origin Y | Sets the vertical position of the pivot used to draw and rotate the graphic. |
| Value mode | Chooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Min value | Sets the lower input value mapped to the start of a raw-value needle sweep. |
| Max value | Sets the upper input value mapped to the end of a raw-value needle sweep. |
| Start angle | Sets the angle where the raw-value sweep begins. |
| Sweep angle | Sets the angular distance covered from the minimum value to the maximum value. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Clamp value | Keeps a raw input within the entered minimum and maximum before positioning the needle. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Gauge (semicircle + needle)
Value (number).
| Control | Purpose |
|---|---|
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Needle length | Sets the length of the needle. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
G-force dot
Lateral G (number). Default stream: imu.lateralG. Longitudinal G (number). Default stream: imu.longitudinalG.
| Control | Purpose |
|---|---|
| Show ghost bounds | Shows or hides a guide that marks the graphic's available movement or drawing bounds. |
| Ghost bounds color | Sets the color used to draw the ghost bounds. |
| Glow fill | Sets the fill paint for the glow. |
| Dot fill | Sets the fill paint for the dot. |
| Dot stroke | Sets the outline paint for the dot. |
| Dot stroke width | Sets the thickness of the dot outline. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Travel width | Sets the width of the travel. |
| Travel height | Sets the height of the travel. |
| Input edge value | Sets the positive and negative input magnitude that moves the G-force dot to the edge of its travel area. |
| Glow radius | Sets the distance from the center to the edge of the glow. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
Arc line speedometer
Value (number).
| Control | Purpose |
|---|---|
| Track color | Sets the color used to draw the track. |
| Track stroke | Sets the thickness of the track. |
| Progress color | Sets the color used to draw the progress. |
| Progress stroke | Sets the thickness of the progress. |
| Dot fill color | Sets the fill paint for the dot. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Signed arc line speedometer
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Track color | Sets the color used to draw the track. |
| Track stroke | Sets the thickness of the track. |
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Progress color | Sets the color used to draw the progress. |
| Positive progress color | Sets the color used for positive progress when the input is positive. |
| Negative progress color | Sets the color used for negative progress when the input is negative. |
| Progress stroke | Sets the thickness of the progress. |
| Dot fill color | Sets the fill paint for the dot. |
| Positive dot fill | Sets the fill paint used for positive dot when the input is positive. |
| Negative dot fill | Sets the fill paint used for negative dot when the input is negative. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Bounds mode | Chooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Straight line speedometer
Value (number).
| Control | Purpose |
|---|---|
| Track color | Sets the color used to draw the track. |
| Track stroke | Sets the thickness of the track. |
| Progress color | Sets the color used to draw the progress. |
| Progress stroke | Sets the thickness of the progress. |
| Dot fill color | Sets the fill paint for the dot. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Line cap | Chooses the shape used at the ends of the line. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Line length | Sets the horizontal length or overall width of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Signed line gauge
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Track color | Sets the color used to draw the track. |
| Track stroke | Sets the thickness of the track. |
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Progress color | Sets the color used to draw the progress. |
| Positive progress color | Sets the color used for positive progress when the input is positive. |
| Negative progress color | Sets the color used for negative progress when the input is negative. |
| Progress stroke | Sets the thickness of the progress. |
| Dot fill color | Sets the fill paint for the dot. |
| Positive dot fill | Sets the fill paint used for positive dot when the input is positive. |
| Negative dot fill | Sets the fill paint used for negative dot when the input is negative. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Line cap | Chooses the shape used at the ends of the line. |
| Bounds mode | Chooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Line length | Sets the horizontal length or overall width of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Signed arrow indicator
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Arrow fill | Sets the fill paint for the arrow. |
| Positive arrow fill | Sets the fill paint used for positive arrow when the input is positive. |
| Negative arrow fill | Sets the fill paint used for negative arrow when the input is negative. |
| Arrow stroke color | Sets the outline paint for the arrow. |
| Arrow stroke | Sets the thickness of the arrow. |
| Show crossover marker | Shows or hides the line that marks the signed arrow's crossover value. |
| Crossover marker color | Sets the color used to draw the crossover marker. |
| Crossover marker stroke | Sets the thickness of the crossover marker. |
| Crossover marker length % | Sets how much of the arrow's cross-axis the crossover marker spans. |
| Crossover line cap | Chooses the shape used at the ends of the crossover line. |
| Crossover value | Sets the input value where the signed arrow switches between its negative and positive directions. |
| Crossover tolerance | Creates a buffer around the crossover value to prevent rapid direction changes near the threshold. |
| Crossover hold frames | Sets how many frames a value must remain on the new side of the crossover before the arrow changes direction. |
| Show ghost bounds | Shows or hides a guide that marks the graphic's available movement or drawing bounds. |
| Ghost bounds color | Sets the color used to draw the ghost bounds. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Arm thickness | Sets the thickness of the arm. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Straight bar speedometer
Value (number).
| Control | Purpose |
|---|---|
| Border fill color | Sets the fill paint for the border. |
| Border stroke color | Sets the outline paint for the border. |
| Border stroke | Sets the thickness of the border. |
| Track color | Sets the color used to draw the track. |
| Progress color | Sets the color used to draw the progress. |
| Dot fill color | Sets the fill paint for the dot. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Padding offset X | Moves the padding horizontally without changing the main position. |
| Padding offset Y | Moves the padding vertically without changing the main position. |
| Outer border radius | Sets the distance from the center to the edge of the outer border. |
| Inner border radius | Sets the distance from the center to the edge of the inner border. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Signed straight bar speedometer
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Border fill color | Sets the fill paint for the border. |
| Border stroke color | Sets the outline paint for the border. |
| Border stroke | Sets the thickness of the border. |
| Track color | Sets the color used to draw the track. |
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Progress color | Sets the color used to draw the progress. |
| Positive progress color | Sets the color used for positive progress when the input is positive. |
| Negative progress color | Sets the color used for negative progress when the input is negative. |
| Dot fill color | Sets the fill paint for the dot. |
| Positive dot fill | Sets the fill paint used for positive dot when the input is positive. |
| Negative dot fill | Sets the fill paint used for negative dot when the input is negative. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Bounds mode | Chooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Padding offset X | Moves the padding horizontally without changing the main position. |
| Padding offset Y | Moves the padding vertically without changing the main position. |
| Outer border radius | Sets the distance from the center to the edge of the outer border. |
| Inner border radius | Sets the distance from the center to the edge of the inner border. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Segmented bar speedometer
Value (number).
| Control | Purpose |
|---|---|
| Track fill | Sets the fill paint for the track. |
| Empty segment fill | Sets the fill paint for the empty segment. |
| Progress segment fill | Sets the fill paint for the progress segment. |
| Segment stroke | Sets the outline paint for the segment. |
| Segment stroke width | Sets the thickness of the segment outline. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Segments | Sets how many discrete sections make up the progress graphic. |
| Segment gap | Sets the space between adjacent segment elements. |
| Corner radius | Sets how strongly the graphic corners are rounded. |
Signed segmented bar speedometer
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Track fill | Sets the fill paint for the track. |
| Empty segment fill | Sets the fill paint for the empty segment. |
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Progress segment fill | Sets the fill paint for the progress segment. |
| Positive segment fill | Sets the fill paint used for positive segment when the input is positive. |
| Negative segment fill | Sets the fill paint used for negative segment when the input is negative. |
| Segment stroke | Sets the outline paint for the segment. |
| Segment stroke width | Sets the thickness of the segment outline. |
| Bounds mode | Chooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Segments | Sets how many discrete sections make up the progress graphic. |
| Segment gap | Sets the space between adjacent segment elements. |
| Corner radius | Sets how strongly the graphic corners are rounded. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Segmented arc speedometer
Value (number).
| Control | Purpose |
|---|---|
| Track fill | Sets the fill paint for the track. |
| Empty segment fill | Sets the fill paint for the empty segment. |
| Progress segment fill | Sets the fill paint for the progress segment. |
| Segment stroke | Sets the outline paint for the segment. |
| Segment stroke width | Sets the thickness of the segment outline. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Segment thickness | Sets the thickness of the segment. |
| Segments | Sets how many discrete sections make up the progress graphic. |
| Segment gap angle | Sets the angular space between adjacent segments. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Signed segmented arc speedometer
Value (number). Default stream: motion.acceleration.
| Control | Purpose |
|---|---|
| Track fill | Sets the fill paint for the track. |
| Empty segment fill | Sets the fill paint for the empty segment. |
| Uniform color | Uses one progress color for both positive and negative values instead of separate signed colors. |
| Progress segment fill | Sets the fill paint for the progress segment. |
| Positive segment fill | Sets the fill paint used for positive segment when the input is positive. |
| Negative segment fill | Sets the fill paint used for negative segment when the input is negative. |
| Segment stroke | Sets the outline paint for the segment. |
| Segment stroke width | Sets the thickness of the segment outline. |
| Bounds mode | Chooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Segment thickness | Sets the thickness of the segment. |
| Segments | Sets how many discrete sections make up the progress graphic. |
| Segment gap angle | Sets the angular space between adjacent segments. |
| Arc gap | Sets how much of the circle is left open instead of being used by the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
Fill circle
Value (number).
| Control | Purpose |
|---|---|
| Base stroke | Sets the outline paint for the base. |
| Base stroke width | Sets the thickness of the base outline. |
| Base fill | Sets the fill paint for the base. |
| Progress fill | Sets the fill paint for the progress. |
| Progress stroke | Sets the outline paint for the progress. |
| Progress stroke width | Sets the thickness of the progress outline. |
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
ASCII progress
Value (number).
| Control | Purpose |
|---|---|
| Text color | Sets the color used to draw the text. |
| Stroke color | Sets the color used to draw the stroke. |
| Stroke weight | Sets the thickness of the graphic outline. |
| Stroke align | Chooses whether the graphic outline sits inside, outside, or across its path. |
| X | Sets the horizontal position of the graphic or its left edge. |
| Y | Sets the vertical position of the graphic or its top edge. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Segments | Sets how many discrete sections make up the progress graphic. |
| Filled char | Sets the character used for completed positions in the ASCII progress indicator. |
| Empty char | Sets the character used for incomplete positions in the ASCII progress indicator. |
| Open char | Sets the character placed before the ASCII progress indicator. |
| Close char | Sets the character placed after the ASCII progress indicator. |
| Reverse value direction | Makes increasing values progress in the opposite visual direction. |
| Font size | Sets the displayed size of the font text. |
| Font weight | Sets how light or bold the font text appears. |
| Align | Sets the horizontal alignment of the generated text around its X position. |
| Baseline | Sets which part of the text is aligned to its Y position. |
GPS path
GPS path (path). Default stream: gps.path.
| Control | Purpose |
|---|---|
| Show ghost bounds | Shows or hides a guide that marks the graphic's available movement or drawing bounds. |
| Ghost bounds color | Sets the color used to draw the ghost bounds. |
| X | Sets the horizontal position of the graphic or its left edge. |
| Y | Sets the vertical position of the graphic or its top edge. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Smoothing | Reduces sharp direction changes in the GPS path; higher values produce a smoother route line. |
| Track color | Sets the color used to draw the track. |
| Track stroke | Sets the thickness of the track. |
| Track stroke style | Chooses whether the track is solid, dashed, or dotted. |
| Track dash length | Sets the length of each dash in the track pattern. |
| Track dash gap | Sets the space between marks in the track pattern. |
| Track dash offset | Shifts the starting position of the track pattern along its path. |
| Progress color | Sets the color used to draw the progress. |
| Progress stroke | Sets the thickness of the progress. |
| Progress stroke style | Chooses whether the progress is solid, dashed, or dotted. |
| Progress dash length | Sets the length of each dash in the progress pattern. |
| Progress dash gap | Sets the space between marks in the progress pattern. |
| Progress dash offset | Shifts the starting position of the progress pattern along its path. |
| Dot fill color | Sets the fill paint for the dot. |
| Dot stroke color | Sets the outline paint for the dot. |
| Dot stroke | Sets the thickness of the dot. |
| Dot stroke style | Chooses whether the dot is solid, dashed, or dotted. |
| Dot dash length | Sets the length of each dash in the dot pattern. |
| Dot dash gap | Sets the space between marks in the dot pattern. |
| Dot dash offset | Shifts the starting position of the dot pattern along its path. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
Slope angle
Grade (number). Default stream: gps.grade.
| Control | Purpose |
|---|---|
| X | Sets the horizontal position of the graphic or its left edge. |
| Y | Sets the vertical position of the graphic or its top edge. |
| Base length | Sets the length of the base. |
| Angle length | Sets the length of the angle. |
| Line color | Sets the color used to draw the line. |
| Stroke width | Sets the thickness of the graphic outline. |
Circular tilt horizon
Grade (number). Default stream: gps.grade.
| Control | Purpose |
|---|---|
| Center X | Sets the horizontal position of the graphic center. |
| Center Y | Sets the vertical position of the graphic center. |
| Radius | Sets the distance from the center to the edge of the graphic. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Upper fill | Sets the fill paint for the upper. |
| Lower fill | Sets the fill paint for the lower. |
| Horizon line color | Sets the color used to draw the horizon line. |
| Horizon line width | Sets the thickness of the horizon line. |
| Horizon line cap | Chooses the shape used at the ends of the horizon line. |
| Pitch line color | Sets the color used to draw the pitch line. |
| Pitch line width | Sets the thickness of the pitch line. |
| Pitch line cap | Chooses the shape used at the ends of the pitch line. |
| Pitch lines per half | Sets how many pitch reference lines appear above and below the horizon center. |
| Pitch line half length | Sets the length of the pitch line half. |
| Pitch line spread | Sets how far the outermost pitch lines sit from the horizon center as a percentage of the available radius or height. |
| Ring color | Sets the color used to draw the ring. |
| Ring width | Sets the width of the ring. |
| Show reference marker | Shows or hides the fixed center marker used to compare the moving horizon. |
| Reference marker color | Sets the color used to draw the reference marker. |
| Reference marker width | Sets the width of the reference marker. |
| Reference marker length | Sets the length of the reference marker. |
| Reference center gap | Sets the open space between the left and right halves of the fixed reference marker. |
| Reference dot radius | Sets the distance from the center to the edge of the reference dot. |
| Reference line cap | Chooses the shape used at the ends of the reference line. |
| Show top marker | Shows or hides the marker at the top of the horizon frame. |
| Top marker fill | Sets the fill paint for the top marker. |
| Top marker width | Sets the width of the top marker. |
| Top marker height | Sets the height of the top marker. |
| Top marker inset | Moves the top marker inward from the edge of the horizon frame. |
Rectangular tilt horizon
Grade (number). Default stream: gps.grade.
| Control | Purpose |
|---|---|
| X | Sets the horizontal position of the graphic or its left edge. |
| Y | Sets the vertical position of the graphic or its top edge. |
| Width | Sets the horizontal length or overall width of the graphic. |
| Height | Sets the vertical size of the graphic. |
| Corner radius | Sets how strongly the graphic corners are rounded. |
| Upper fill | Sets the fill paint for the upper. |
| Lower fill | Sets the fill paint for the lower. |
| Horizon line color | Sets the color used to draw the horizon line. |
| Horizon line width | Sets the thickness of the horizon line. |
| Horizon line cap | Chooses the shape used at the ends of the horizon line. |
| Pitch line color | Sets the color used to draw the pitch line. |
| Pitch line width | Sets the thickness of the pitch line. |
| Pitch line cap | Chooses the shape used at the ends of the pitch line. |
| Pitch lines per half | Sets how many pitch reference lines appear above and below the horizon center. |
| Pitch line half length | Sets the length of the pitch line half. |
| Pitch line spread | Sets how far the outermost pitch lines sit from the horizon center as a percentage of the available radius or height. |
| Frame color | Sets the color used to draw the frame. |
| Frame width | Sets the width of the frame. |
| Frame stroke align | Chooses whether the frame outline sits inside, outside, or across its path. |
| Show reference marker | Shows or hides the fixed center marker used to compare the moving horizon. |
| Reference marker color | Sets the color used to draw the reference marker. |
| Reference marker width | Sets the width of the reference marker. |
| Reference marker length | Sets the length of the reference marker. |
| Reference center gap | Sets the open space between the left and right halves of the fixed reference marker. |
| Reference dot radius | Sets the distance from the center to the edge of the reference dot. |
| Reference line cap | Chooses the shape used at the ends of the reference line. |
| Show top marker | Shows or hides the marker at the top of the horizon frame. |
| Top marker fill | Sets the fill paint for the top marker. |
| Top marker width | Sets the width of the top marker. |
| Top marker height | Sets the height of the top marker. |
| Top marker inset | Moves the top marker inward from the edge of the horizon frame. |
Rise / Run
Grade (number). Default stream: gps.grade.
| Control | Purpose |
|---|---|
| X | Sets the horizontal position of the graphic or its left edge. |
| Y | Sets the vertical position of the graphic or its top edge. |
| Run length | Sets the length of the run. |
| Max rise | Limits the height of the vertical rise drawn from the baseline. |
| Max angle | Limits the input angle used to calculate the displayed rise. |
| Flip horizontal | Mirrors the entire graphic from left to right. |
| Triangle fill | Sets the fill paint for the triangle. |
| Baseline color | Sets the color used to draw the baseline. |
| Baseline width | Sets the thickness of the bas line. |
| Baseline line cap | Chooses the shape used at the ends of the baseline line. |
| Rise guide color | Sets the color used to draw the rise guide. |
| Rise guide width | Sets the width of the rise guide. |
| Rise guide line cap | Chooses the shape used at the ends of the rise guide line. |
| Rise guide dash | Chooses whether the rise guide is solid, dashed, or dotted. |
| Rise guide dash size | Sets the length of each dash in the rise guide pattern. |
| Rise guide dash gap | Sets the space between marks in the rise guide pattern. |
| Slope and arc color | Sets the color used to draw the slope and arc. |
| Slope line width | Sets the thickness of the slope line. |
| Slope line cap | Chooses the shape used at the ends of the slope line. |
| Arc radius | Sets the distance from the center to the edge of the arc. |
| Arc width | Sets the width of the arc. |
| Arc line cap | Chooses the shape used at the ends of the arc line. |
| Dot position | Sets how far along the slope line the marker dot appears. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Dot fill | Sets the fill paint for the dot. |
| Dot stroke | Sets the outline paint for the dot. |
| Dot stroke width | Sets the thickness of the dot outline. |
Pitch Arc Trace
Grade (number). Default stream: gps.grade.
| Control | Purpose |
|---|---|
| Arc center X | Sets the horizontal position of the center used to draw the arc. |
| Arc center Y | Sets the vertical position of the center used to draw the arc. |
| Arc radius | Sets the distance from the center to the edge of the arc. |
| Rotation | Rotates the complete graphic around its center or origin. |
| Flip horizontal | Mirrors the entire graphic from left to right. |
| Max angle source | Chooses whether the trace scale uses the largest recorded angle or an entered maximum. |
| Manual max angle | Sets the largest input angle represented by the trace when the maximum-angle source is manual. |
| Arc track color | Sets the color used to draw the arc track. |
| Arc track width | Sets the width of the arc track. |
| Arc trace color | Sets the color used to draw the arc trace. |
| Arc trace width | Sets the width of the arc trace. |
| Arc line cap | Chooses the shape used at the ends of the arc line. |
| Guide color | Sets the color used to draw the guide. |
| Guide width | Sets the width of the guide. |
| Guide line cap | Chooses the shape used at the ends of the guide line. |
| Guide dash | Chooses whether the guide is solid, dashed, or dotted. |
| Guide dash size | Sets the length of each dash in the guide pattern. |
| Guide dash gap | Sets the space between marks in the guide pattern. |
| Dot line color | Sets the color used to draw the dot line. |
| Dot line width | Sets the thickness of the dot line. |
| Dot line length | Sets the length of the dot line. |
| Dot line cap | Chooses the shape used at the ends of the dot line. |
| Dot fill | Sets the fill paint for the dot. |
| Dot stroke | Sets the outline paint for the dot. |
| Dot stroke width | Sets the thickness of the dot outline. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
GPS course pointer
Heading (number). Default stream: gps.heading.
| Control | Purpose |
|---|---|
| Pointer fill | Sets the fill paint for the pointer. |
| Pointer stroke | Sets the outline paint for the pointer. |
| Pointer stroke width | Sets the thickness of the pointer outline. |
| Pointer length | Sets the length of the pointer. |
| Pointer width | Sets the width of the pointer. |
| Pointer tail | Sets how far the rear corners of the pointer extend behind the origin. |
| Pointer notch | Positions the inner point of the rear pointer notch relative to the origin. |
| Abbreviate labels | Uses shortened compass directions, such as N and SW, instead of full direction names. |
| Text color | Sets the color used to draw the text. |
| Text stroke color | Sets the outline paint for the text. |
| Text stroke weight | Sets the thickness of the text outline. |
| Text stroke align | Chooses whether the text outline sits inside, outside, or across its path. |
| Label size | Sets the displayed size of the label text. |
| Label weight | Sets how light or bold the label text appears. |
| Label radius | Sets the distance from the center to the radial labels. |
| Circle fill | Sets the fill paint for the circle. |
| Circle stroke | Sets the outline paint for the circle. |
| Circle stroke width | Sets the thickness of the circle outline. |
| Circle stroke align | Chooses whether the circle outline sits inside, outside, or across its path. |
| Circle line cap | Chooses the shape used at the ends of the circle line. |
| Circle dash | Chooses whether the circle is solid, dashed, or dotted. |
| Circle dash size | Sets the length of each dash in the circle pattern. |
| Circle dash gap | Sets the space between marks in the circle pattern. |
| Circle dash offset | Shifts the starting position of the circle pattern along its path. |
| Circle radius | Sets the distance from the center to the edge of the circle. |
| Origin X | Sets the horizontal position of the pivot used to draw and rotate the graphic. |
| Origin Y | Sets the vertical position of the pivot used to draw and rotate the graphic. |
Series chart (trace + marker)
Value (number).
| Control | Purpose |
|---|---|
| Chart X | Sets the horizontal position of the chart's left edge. |
| Chart Y | Sets the vertical position of the chart's top edge. |
| Chart width | Sets the horizontal size of the chart drawing area. |
| Chart height | Sets the vertical size of the chart drawing area. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
Series profile chart (area + full marker)
Value (number).
| Control | Purpose |
|---|---|
| Chart X | Sets the horizontal position of the chart's left edge. |
| Chart Y | Sets the vertical position of the chart's top edge. |
| Chart width | Sets the horizontal size of the chart drawing area. |
| Chart height | Sets the vertical size of the chart drawing area. |
| Show underfill | Shows or hides the filled area beneath the chart trace. |
| Underfill color | Sets the color used to draw the underfill. |
| Show glow trace | Shows or hides the wider translucent line behind the main chart trace. |
| Glow trace color | Sets the color used to draw the glow trace. |
| Glow trace width | Sets the width of the glow trace. |
| Trace color | Sets the color used to draw the trace. |
| Trace width | Sets the width of the trace. |
| Trace dash | Chooses whether the trace is solid, dashed, or dotted. |
| Trace dash size | Sets the length of each dash in the trace pattern. |
| Trace dash gap | Sets the space between marks in the trace pattern. |
| Playhead color | Sets the color used to draw the playhead. |
| Playhead width | Sets the width of the playhead. |
| Playhead dash | Chooses whether the playhead is solid, dashed, or dotted. |
| Playhead dash size | Sets the length of each dash in the playhead pattern. |
| Playhead dash gap | Sets the space between marks in the playhead pattern. |
| Dot radius | Sets the distance from the center to the edge of the dot. |
| Dot fill | Sets the fill paint for the dot. |
| Dot stroke | Sets the outline paint for the dot. |
| Dot stroke width | Sets the thickness of the dot outline. |
| Dot stroke dash | Chooses whether the dot stroke is solid, dashed, or dotted. |
| Dot dash size | Sets the length of each dash in the dot pattern. |
| Dot dash gap | Sets the space between marks in the dot pattern. |