Skip to content

Template Layer Control Reference

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 groupWhat it changes
Name, visibility, and lockIdentifies a layer, removes it from the rendered result without deleting it, or prevents canvas manipulation.
Position and transformMoves, scales, rotates, aligns, or fits the selected layer when that layer type supports the operation.
Opacity and blend modeChanges whole-layer transparency and how it combines with layers below it.
Fill and strokeSets solid or gradient paint, outline paint, width, alignment, cap, join, and dash behavior where supported.
Clip maskUses a compatible static shape, text, arc-text, tick, or image layer to clip an image layer.
Data inputSelects a telemetry stream, conversion, input filtering, and any visibility condition.

Layer types

Layer typePurpose
shapeStatic geometry with fill and stroke styling.
textStatic text with font, size, alignment, spacing, fill, and stroke controls.
arc·textStatic text arranged along a configurable arc.
data·textTelemetry-driven text with stream selection, units, number or time formatting, and fit behavior.
data·graphicA telemetry-driven graphic selected from the registry documented below.
ticksStatic linear or radial tick marks and labels.
data·ticksTick marks whose range can be derived from a telemetry stream.
templateA nested template layer whose exposed inputs can take a value or inherit from its parent.
imageAn 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

ControlPurpose
Blend modeChooses how the complete layer combines with layers below it.
FillSets the paint inside a closed shape; open shapes may not display a fill.
StrokeSets the paint used to draw the shape outline or open path.
Line widthSets the thickness of the shape outline.
Line capChooses the shape used at the ends of open lines.
Line joinChooses how corners are drawn where connected edges meet.
DashChooses a solid, dashed, or dotted stroke pattern.
Dash sizeSets the length of each dash when a non-solid pattern is selected.
Dash gapSets the space between marks when a non-solid pattern is selected.
Stroke alignChooses whether the outline sits inside, outside, or across the shape path.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.

Rectangle

Draws a rectangle with uniform or per-corner rounding.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
radiusSets the main radius or corner radius used by the shape.
rotationRotates the shape around its defined center.
Corner radius modeChooses one radius for every corner or a separate value for each corner.
Top leftSets the top-left corner radius while per-corner mode is selected.
Top rightSets the top-right corner radius while per-corner mode is selected.
Bottom rightSets the bottom-right corner radius while per-corner mode is selected.
Bottom leftSets 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.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
radiusSets the main radius or corner radius used by the shape.
Split sizeSets how far the split section extends from the selected edge.
rotationRotates the shape around its defined center.
Corner radius modeChooses one radius for every corner or a separate value for each corner.
Top leftSets the top-left corner radius while per-corner mode is selected.
Top rightSets the top-right corner radius while per-corner mode is selected.
Bottom rightSets the bottom-right corner radius while per-corner mode is selected.
Bottom leftSets the bottom-left corner radius while per-corner mode is selected.
Split edgeChooses which edge contains the separately colored section.
Split fillSets the paint used inside the split section.
Divider strokeSets the paint used on the line between the main and split sections.
Divider widthSets the thickness of the divider between the two sections.

Trapezoid

Draws a four-sided shape whose corners can be offset independently.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
radiusSets the main radius or corner radius used by the shape.
Top left offsetMoves the trapezoid's top-left corner horizontally.
Top right offsetMoves the trapezoid's top-right corner horizontally.
Bottom right offsetMoves the trapezoid's bottom-right corner horizontally.
Bottom left offsetMoves the trapezoid's bottom-left corner horizontally.
rotationRotates the shape around its defined center.
Corner radius modeChooses one radius for every corner or a separate value for each corner.
Top leftSets the top-left corner radius while per-corner mode is selected.
Top rightSets the top-right corner radius while per-corner mode is selected.
Bottom rightSets the bottom-right corner radius while per-corner mode is selected.
Bottom leftSets the bottom-left corner radius while per-corner mode is selected.

Circle

Draws a circle from a center point and radius.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
rSets the circle or polygon radius.

Ellipse

Draws an oval with separate horizontal and vertical radii.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
rxSets the horizontal radius of the ellipse.
rySets the vertical radius of the ellipse.
rotationRotates the shape around its defined center.

N-Gon

Draws a regular polygon with a configurable number of sides.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
rSets the circle or polygon radius.
sidesSets how many sides the polygon contains.
rotationRotates the shape around its defined center.

Line

Draws a straight segment between two endpoints.

ControlPurpose
x1Sets the horizontal position of the first endpoint.
y1Sets the vertical position of the first endpoint.
x2Sets the horizontal position of the second endpoint.
y2Sets the vertical position of the second endpoint.
Start arrowShows or hides an arrowhead at the first endpoint.
End arrowShows or hides an arrowhead at the second endpoint.
Arrow sizeSets the arrowhead size when either endpoint arrow is enabled.

Arc

Draws part of a circle between two angles.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
rSets the circle or polygon radius.
startAngleSets the angle in radians where the arc begins.
endAngleSets the angle in radians where the arc ends.

Polyline

Draws a custom multi-point path created directly on the canvas.

ControlPurpose
Draw Shape in CanvasStarts 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.

ControlPurpose
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.

ControlPurpose
x1Sets the horizontal position of the first endpoint.
y1Sets the vertical position of the first endpoint.
x2Sets the horizontal position of the second endpoint.
y2Sets the vertical position of the second endpoint.
tickSizeSets the length of the perpendicular marks at both ends of the dimension line.
arrowSizeSets the size of the dimension-line arrowheads; 0 hides them.
rotationRotates the shape around its defined center.

Speech Bubble

Draws a rounded text-bubble shape with a configurable tail.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
radiusSets the main radius or corner radius used by the shape.
tailXSets the horizontal position of the speech-bubble tail point.
tailYSets the vertical position of the speech-bubble tail point.
tailWidthSets the width of the speech-bubble tail where it meets the body.
rotationRotates the shape around its defined center.

Concentric Rings

Draws repeated circles that share a center.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
startRSets the radius of the innermost ring.
gapSets the spacing between repeated elements.
countSets how many repeated elements are drawn.

Radial Rays

Draws repeated wedge-shaped rays around a center.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
innerRSets the inner radius where each ray or point begins.
outerRSets the outer radius where each ray or point ends.
countSets how many repeated elements are drawn.
rayWidthSets the angular width of each radial ray.
rotationRotates the shape around its defined center.

Radial Dots

Draws repeated circular dots around a ring.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
radiusSets the main radius or corner radius used by the shape.
dotRSets the radius of each repeated dot.
countSets how many repeated elements are drawn.
rotationRotates the shape around its defined center.

Grid

Draws horizontal and vertical grid lines by division count or spacing.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
rotationRotates the shape around its defined center.
Grid modeChooses whether the grid is divided by a line count or by a fixed spacing.
X divisionsSets the number of horizontal intervals across the grid in divisions mode.
Y divisionsSets the number of vertical intervals down the grid in divisions mode.
X spacingSets the horizontal distance between grid lines in spacing mode.
Y spacingSets the vertical distance between grid lines in spacing mode.

Starburst

Draws an alternating inner-and-outer-radius burst.

ControlPurpose
cxSets the horizontal position of the shape center.
cySets the vertical position of the shape center.
innerRSets the inner radius where each ray or point begins.
outerRSets the outer radius where each ray or point ends.
pointsSets how many points the starburst contains.
rotationRotates the shape around its defined center.

Torn Label

Draws a rectangular label with seeded irregular edges.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
jagSets the depth of the irregular torn edge.
X stepsSets how many torn-edge segments are generated across the horizontal edges.
Y stepsSets how many torn-edge segments are generated across the vertical edges.
seedChanges the repeatable random pattern without changing the other settings.

Squiggle

Draws a wave between two endpoints.

ControlPurpose
x1Sets the horizontal position of the first endpoint.
y1Sets the vertical position of the first endpoint.
x2Sets the horizontal position of the second endpoint.
y2Sets the vertical position of the second endpoint.
amplitudeSets how far the squiggle moves away from its center line.
wavesSets how many wave cycles appear between the endpoints.

Barcode

Draws a seeded barcode-like field of vertical bars.

ControlPurpose
xSets the horizontal position of the shape or its left edge.
ySets the vertical position of the shape or its top edge.
widthSets the overall horizontal size of the shape.
heightSets the overall vertical size of the shape.
barsSets how many bars the barcode pattern contains.
gapSets the spacing between repeated elements.
seedChanges the repeatable random pattern without changing the other settings.
rotationRotates the shape around its defined center.

Text-layer controls

Static text

Displays fixed text at a canvas position.

ControlPurpose
Blend modeChooses how the complete layer combines with layers below it.
TextSets the characters displayed by the layer.
FontChooses a template font or font constant for the text.
Font sizeSets the displayed text size.
WeightSets how light or bold the text appears.
XSets the horizontal text anchor position.
YSets the vertical text anchor position.
AlignSets the horizontal alignment of the text around its X position.
BaselineSets which part of the text aligns with its Y position.
RotationRotates the complete text layer around its anchor.
Fill ColorSets the solid fill color used to draw the text.
Stroke ColorSets the solid outline color used to draw the text.
Stroke weightSets the thickness of the text outline.
Letter spacingAdds or removes horizontal space between characters.
Stroke alignChooses whether the text outline sits inside, outside, or across the glyph edge.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.

Static arc text

Displays fixed text along a circular arc.

ControlPurpose
Blend modeChooses how the complete layer combines with layers below it.
TextSets the characters displayed by the layer.
FontChooses a template font or font constant for the text.
Font sizeSets the displayed text size.
WeightSets how light or bold the text appears.
AlignSets the horizontal alignment of the text around its X position.
BaselineSets which part of the text aligns with its Y position.
Center XSets the horizontal position of the arc center.
Center YSets the vertical position of the arc center.
RadiusSets the distance from the center to the text baseline.
Start angleSets where the text begins around the arc.
DirectionChooses whether text advances clockwise or counterclockwise around the arc.
Fill ColorSets the solid fill color used to draw the text.
Stroke ColorSets the solid outline color used to draw the text.
Stroke weightSets the thickness of the text outline.
Letter spacingAdds or removes horizontal space between characters.
Stroke alignChooses whether the text outline sits inside, outside, or across the glyph edge.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets 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.

ControlPurpose
StreamChooses the telemetry stream that supplies the layer value.
ConvertConverts a compatible source unit before the value is formatted or drawn.
SmoothingAverages rapid changes in a numeric stream to reduce visible jitter.
Adaptive SmoothingAdjusts smoothing strength in response to how quickly the input is changing.
Low Motion HoldHolds the value steady during detected low-motion periods.
Clamp valuesLimits the converted input to an optional minimum and maximum before it is used.
Clamp minSets the lowest value allowed while input clamping is enabled.
Clamp maxSets the highest value allowed while input clamping is enabled.
DeadbandHolds values within a configurable window at its center to prevent small movements.
Deadband widthSets the total width of the enabled deadband window.
Deadband centerSets the value at the center of the enabled deadband window.
Visible whenShows the layer only while a selected input remains inside an optional range.
InputChooses which layer input controls the enabled visibility condition.
MinSets the lower boundary of the enabled visibility condition.
MaxSets the upper boundary of the enabled visibility condition.
HysteresisAdds a buffer around a visibility threshold to prevent rapid on-and-off changes.
Hold framesRequires the visibility condition to remain changed for this many frames before switching.
Blend modeChooses how the complete layer combines with layers below it.
FontChooses a template font or font constant for the text.
FillSets the text fill and, for data text, can switch between solid, signed, and range-based paint.
StrokeSets the text outline and, for data text, can switch between solid, signed, and range-based paint.
Positive / NegativeSets the two paints used on opposite sides of a signed-paint threshold.
ThresholdSets the value where signed paint switches between its negative and positive colors.
Paint hysteresisAdds a buffer around a signed or range-paint boundary to prevent flicker.
Paint hold framesRequires a paint range change to persist for this many frames before switching.
Range min / maxSets the input interval that uses a range-paint color.
Default paintSets the paint used when a value does not fall inside a configured paint range.
Stroke weightSets the thickness of the text outline.
Letter spacingAdds or removes horizontal space between characters.
Stroke alignChooses whether the text outline sits inside, outside, or across the glyph edge.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
Display formatChooses raw numeric output or a compatible duration or GPS-time format for the selected stream.
Sizing modeChooses a fixed font size or automatic sizing inside a maximum box.
DecimalsSets the number of decimal places shown for a numeric value.
WeightSets how light or bold the text appears.
Zero fillSets the minimum digit count by adding leading zeroes.
Show filled zeroesKeeps the leading zeroes visible when zero fill is greater than 0.
Show + signShows a plus sign before positive numeric values.
Thousands separatorsGroups large numbers with locale-appropriate separators.
Text mapReplaces numeric output with configured text when the value falls inside a range.
Map min / maxSets the input range that displays one text-map result.
Map hysteresisAdds a buffer around a text-map range boundary to prevent rapid label changes.
Map hold framesRequires a text-map range change to persist for this many frames before switching.
Map textSets the wording displayed by one configured text-map range.
PrefixAdds text before the formatted value.
SuffixAdds text after the formatted value.
Fit max widthSets the maximum width available to automatic text fitting.
Fit max heightSets the maximum height available to automatic text fitting.
Font sizeSets the displayed size when Font size mode is selected.
XSets the horizontal text anchor position.
YSets the vertical text anchor position.
AlignSets the horizontal alignment of the text around its X position.
BaselineSets which part of the text aligns with its Y position.
Derived Font SizeShows the font size produced by automatic fitting and provides a copy action.

GPS Time

Formats the absolute GPS timestamp recorded by the source clip.

ControlPurpose
StreamChooses the telemetry stream that supplies the layer value.
Clamp valuesLimits the converted input to an optional minimum and maximum before it is used.
Clamp minSets the lowest value allowed while input clamping is enabled.
Clamp maxSets the highest value allowed while input clamping is enabled.
DeadbandHolds values within a configurable window at its center to prevent small movements.
Deadband widthSets the total width of the enabled deadband window.
Deadband centerSets the value at the center of the enabled deadband window.
Visible whenShows the layer only while a selected input remains inside an optional range.
InputChooses which layer input controls the enabled visibility condition.
MinSets the lower boundary of the enabled visibility condition.
MaxSets the upper boundary of the enabled visibility condition.
HysteresisAdds a buffer around a visibility threshold to prevent rapid on-and-off changes.
Hold framesRequires the visibility condition to remain changed for this many frames before switching.
Blend modeChooses how the complete layer combines with layers below it.
FontChooses a template font or font constant for the timestamp.
FillSets the text fill and, for data text, can switch between solid, signed, and range-based paint.
StrokeSets the text outline and, for data text, can switch between solid, signed, and range-based paint.
Positive / NegativeSets the two paints used on opposite sides of a signed-paint threshold.
ThresholdSets the value where signed paint switches between its negative and positive colors.
Paint hysteresisAdds a buffer around a signed or range-paint boundary to prevent flicker.
Paint hold framesRequires a paint range change to persist for this many frames before switching.
Range min / maxSets the input interval that uses a range-paint color.
Default paintSets the paint used when a value does not fall inside a configured paint range.
Stroke weightSets the thickness of the text outline.
Letter spacingAdds or removes horizontal space between characters.
Stroke alignChooses whether the text outline sits inside, outside, or across the glyph edge.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
ConvertChooses the date, time, time-zone, or Unix-millisecond format used for the GPS timestamp.
12-hour timeUses a 12-hour clock instead of the default 24-hour clock.
Local timeDisplays the timestamp in the browser computer's local time zone.
UTC timeDisplays the timestamp in Coordinated Universal Time.
Custom time zoneDisplays the timestamp in a selected IANA time zone.
Time zoneChooses the IANA time zone used while Custom time zone is enabled.
Sizing modeChooses a fixed font size or automatic sizing inside a maximum box.
WeightSets how light or bold the text appears.
PrefixAdds text before the formatted value.
SuffixAdds text after the formatted value.
Fit max widthSets the maximum width available to automatic text fitting.
Fit max heightSets the maximum height available to automatic text fitting.
Font sizeSets the displayed size when Font size mode is selected.
XSets the horizontal text anchor position.
YSets the vertical text anchor position.
AlignSets the horizontal alignment of the text around its X position.
BaselineSets which part of the text aligns with its Y position.
Derived Font SizeShows 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.

ControlPurpose
Blend modeChooses how the complete image layer combines with layers below it.
Layer OperationsRuns a positioning operation on the image layer or aligns it to selected canvas points.
Image summaryShows the selected asset name, dimensions, crop state, account-upload state, or availability warning.
Choose / Replace / Relink ImageSelects the initial image, substitutes another asset, or reconnects an unavailable asset.
Reset to NaturalRestores the image box to the source or cropped image aspect ratio and fits it within the template canvas.
Retry Account UploadRetries saving a local image to the account after a paused, failed, or canceled upload.
Keep Local OnlyStops retrying an interrupted account upload while keeping the image available in the current browser session.
Cancel Account UploadCancels an account upload that is queued or currently transferring.
Crop ImageOpens the crop workflow for the selected image.
Undo CropRestores the image state saved before the most recent crop.
FitChooses how the image is placed inside its width and height box.
Clip with shapeUses another compatible static layer to define which parts of the image remain visible.
Clipping layerChooses the static layer used as the enabled image mask.
OpacitySets the transparency of the complete image layer.
WidthSets the width of the image box.
HeightSets the height of the image box.
XSets the horizontal position of the image box.
YSets the vertical position of the image box.
Corner radius modeChooses one corner radius for the complete image or a separate radius for each corner.
Corner radiusRounds every image-box corner equally while uniform mode is selected.
Top leftSets the top-left image corner radius while per-corner mode is selected.
Top rightSets the top-right image corner radius while per-corner mode is selected.
Bottom rightSets the bottom-right image corner radius while per-corner mode is selected.
Bottom leftSets the bottom-left image corner radius while per-corner mode is selected.
RotationRotates the complete image box around its center.
Flip HMirrors the image horizontally inside its box.
Flip VMirrors the image vertically inside its box.
High-quality smoothingUses smoothed sampling when the image is scaled or transformed; turn it off to retain hard pixel edges.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets 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.

ControlPurpose
Blend modeChooses how the complete nested template combines with layers below it.
Layer OperationsRuns a positioning operation on the complete nested template layer.
XSets the horizontal position of the nested template inside its parent.
YSets the vertical position of the nested template inside its parent.
ScaleUniformly enlarges or reduces the complete nested template.
RotationRotates the complete nested template around its transformed origin.
Template VariablesLists the color, font, number, and text values exposed by the selected child template.
ModeChooses a literal value for one child variable or connects it to a compatible constant in the parent template.
ValueSets a color, font, number, or text override used only by this nested-template layer.
ParentChooses the compatible parent constant supplied to the child variable.
ClearRemoves the override for one child variable and restores that child variable to its default.
Edit TemplateEnters 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.

ControlPurpose
Blend modeChooses how the complete layer combines with layers below it.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
LengthSets the endpoint-to-endpoint length of the linear tick axis.
RotationRotates the complete graphic around its center or origin.
Tick sideChooses whether linear ticks appear above, below, on both sides of, or centered on the axis.
Label sideChooses which side of the linear axis contains the labels.
Label offsetMoves labels toward or away from the tick axis without moving the ticks.
Label rotation modeChooses whether labels remain upright, follow the linear axis, or use the entered rotation.
Label rotationSets the custom rotation applied to tick labels when the selected rotation mode uses it.
Minimum valueSets the lower input value used to map data across the graphic or tick scale.
Maximum valueSets the upper input value used to map data across the graphic or tick scale.
Reverse value directionMakes increasing values progress in the opposite visual direction.
Nice scaleRounds the range and major step to easier-to-read values instead of using the exact calculated bounds.
Major tick modeChooses whether major ticks are separated by a value step or distributed as a fixed number of intervals.
Major tick stepSets the value difference between consecutive major ticks when step mode is selected.
Major intervalsSets how many equal intervals divide the range when major ticks use count mode.
Minor ticks per majorSets how many smaller ticks appear between consecutive major ticks.
Include max tickAdds a tick at the exact maximum even when the regular step does not land on it.
Major tick colorSets the color used to draw the major tick.
Minor tick colorSets the color used to draw the minor tick.
Major tick lengthSets the length of the major tick.
Minor tick lengthSets the length of the minor tick.
Major tick strokeSets the thickness of the major tick.
Minor tick strokeSets the thickness of the minor tick.
Tick offsetMoves all ticks away from or across their guide line without changing the guide line.
Tick line capChooses the shape used at the ends of the tick line.
Show guide lineShows or hides the line that runs along the tick axis or arc.
Guide line colorSets the color used to draw the guide line.
Guide line strokeSets the thickness of the guide line.
Guide line capChooses the shape used at the ends of the guide line.
Show labelsShows or hides the numeric labels attached to major ticks.
Label everyDraws a label on every specified number of major ticks.
Label colorSets the color used to draw the label.
Label stroke colorSets the outline paint for the label.
Label stroke weightSets the thickness of the label outline.
Label stroke alignChooses whether the label outline sits inside, outside, or across its path.
Label fontChooses the typeface used for the label.
Label sizeSets the displayed size of the label text.
Label weightSets how light or bold the label text appears.
Label decimalsSets how many digits appear after the decimal point in tick labels.
Label prefixAdds the entered text before every tick label.
Label suffixAdds the entered text after every tick label.
Trim trailing zeroesRemoves 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.

ControlPurpose
Blend modeChooses how the complete layer combines with layers below it.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Tick directionChooses whether radial ticks extend inward, outward, or equally across the arc.
Label radiusSets the distance from the center to the radial labels.
Label orientationChooses whether radial labels stay upright, follow the arc, point outward, or use the entered rotation.
Label rotationSets the custom rotation applied to tick labels when the selected rotation mode uses it.
Auto-flip labelsAutomatically turns labels that would otherwise appear upside down.
Full circle endpointChooses whether a full-circle scale hides the duplicate maximum tick or draws it at the endpoint.
Minimum valueSets the lower input value used to map data across the graphic or tick scale.
Maximum valueSets the upper input value used to map data across the graphic or tick scale.
Reverse value directionMakes increasing values progress in the opposite visual direction.
Nice scaleRounds the range and major step to easier-to-read values instead of using the exact calculated bounds.
Major tick modeChooses whether major ticks are separated by a value step or distributed as a fixed number of intervals.
Major tick stepSets the value difference between consecutive major ticks when step mode is selected.
Major intervalsSets how many equal intervals divide the range when major ticks use count mode.
Minor ticks per majorSets how many smaller ticks appear between consecutive major ticks.
Include max tickAdds a tick at the exact maximum even when the regular step does not land on it.
Major tick colorSets the color used to draw the major tick.
Minor tick colorSets the color used to draw the minor tick.
Major tick lengthSets the length of the major tick.
Minor tick lengthSets the length of the minor tick.
Major tick strokeSets the thickness of the major tick.
Minor tick strokeSets the thickness of the minor tick.
Tick offsetMoves all ticks away from or across their guide line without changing the guide line.
Tick line capChooses the shape used at the ends of the tick line.
Show guide lineShows or hides the line that runs along the tick axis or arc.
Guide line colorSets the color used to draw the guide line.
Guide line strokeSets the thickness of the guide line.
Guide line capChooses the shape used at the ends of the guide line.
Show labelsShows or hides the numeric labels attached to major ticks.
Label everyDraws a label on every specified number of major ticks.
Label colorSets the color used to draw the label.
Label stroke colorSets the outline paint for the label.
Label stroke weightSets the thickness of the label outline.
Label stroke alignChooses whether the label outline sits inside, outside, or across its path.
Label fontChooses the typeface used for the label.
Label sizeSets the displayed size of the label text.
Label weightSets how light or bold the label text appears.
Label decimalsSets how many digits appear after the decimal point in tick labels.
Label prefixAdds the entered text before every tick label.
Label suffixAdds the entered text after every tick label.
Trim trailing zeroesRemoves 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.

ControlPurpose
StreamChooses the telemetry stream that supplies the layer value.
ConvertConverts a compatible source unit before the value is formatted or drawn.
SmoothingAverages rapid changes in a numeric stream to reduce visible jitter.
Adaptive SmoothingAdjusts smoothing strength in response to how quickly the input is changing.
Low Motion HoldHolds the value steady during detected low-motion periods.
Clamp valuesLimits the converted input to an optional minimum and maximum before it is used.
Clamp minSets the lowest value allowed while input clamping is enabled.
Clamp maxSets the highest value allowed while input clamping is enabled.
DeadbandHolds values within a configurable window at its center to prevent small movements.
Deadband widthSets the total width of the enabled deadband window.
Deadband centerSets the value at the center of the enabled deadband window.
Visible whenShows the layer only while a selected input remains inside an optional range.
InputChooses which layer input controls the enabled visibility condition.
MinSets the lower boundary of the enabled visibility condition.
MaxSets the upper boundary of the enabled visibility condition.
HysteresisAdds a buffer around a visibility threshold to prevent rapid on-and-off changes.
Hold framesRequires the visibility condition to remain changed for this many frames before switching.
Blend modeChooses how the complete layer combines with layers below it.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
LengthSets the endpoint-to-endpoint length of the linear tick axis.
RotationRotates the complete graphic around its center or origin.
Tick sideChooses whether linear ticks appear above, below, on both sides of, or centered on the axis.
Label sideChooses which side of the linear axis contains the labels.
Label offsetMoves labels toward or away from the tick axis without moving the ticks.
Label rotation modeChooses whether labels remain upright, follow the linear axis, or use the entered rotation.
Label rotationSets the custom rotation applied to tick labels when the selected rotation mode uses it.
Bounds sourceChooses whether the tick range uses the entered minimum and maximum or derives them from the selected telemetry stream.
Min paddingAdds proportional space below a range derived from a telemetry stream.
Max paddingAdds proportional space above a range derived from a telemetry stream.
Include zeroExpands a stream-derived range to include zero when all recorded values are above or below it.
Symmetric around zeroExpands a stream-derived range so its positive and negative limits are equally distant from zero.
Minimum valueSets the lower input value used to map data across the graphic or tick scale.
Maximum valueSets the upper input value used to map data across the graphic or tick scale.
Reverse value directionMakes increasing values progress in the opposite visual direction.
Nice scaleRounds the range and major step to easier-to-read values instead of using the exact calculated bounds.
Major tick modeChooses whether major ticks are separated by a value step or distributed as a fixed number of intervals.
Major tick stepSets the value difference between consecutive major ticks when step mode is selected.
Major intervalsSets how many equal intervals divide the range when major ticks use count mode.
Minor ticks per majorSets how many smaller ticks appear between consecutive major ticks.
Include max tickAdds a tick at the exact maximum even when the regular step does not land on it.
Major tick colorSets the color used to draw the major tick.
Minor tick colorSets the color used to draw the minor tick.
Major tick lengthSets the length of the major tick.
Minor tick lengthSets the length of the minor tick.
Major tick strokeSets the thickness of the major tick.
Minor tick strokeSets the thickness of the minor tick.
Tick offsetMoves all ticks away from or across their guide line without changing the guide line.
Tick line capChooses the shape used at the ends of the tick line.
Show guide lineShows or hides the line that runs along the tick axis or arc.
Guide line colorSets the color used to draw the guide line.
Guide line strokeSets the thickness of the guide line.
Guide line capChooses the shape used at the ends of the guide line.
Show labelsShows or hides the numeric labels attached to major ticks.
Label everyDraws a label on every specified number of major ticks.
Label colorSets the color used to draw the label.
Label stroke colorSets the outline paint for the label.
Label stroke weightSets the thickness of the label outline.
Label stroke alignChooses whether the label outline sits inside, outside, or across its path.
Label fontChooses the typeface used for the label.
Label sizeSets the displayed size of the label text.
Label weightSets how light or bold the label text appears.
Label decimalsSets how many digits appear after the decimal point in tick labels.
Label prefixAdds the entered text before every tick label.
Label suffixAdds the entered text after every tick label.
Trim trailing zeroesRemoves 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.

ControlPurpose
StreamChooses the telemetry stream that supplies the layer value.
ConvertConverts a compatible source unit before the value is formatted or drawn.
SmoothingAverages rapid changes in a numeric stream to reduce visible jitter.
Adaptive SmoothingAdjusts smoothing strength in response to how quickly the input is changing.
Low Motion HoldHolds the value steady during detected low-motion periods.
Clamp valuesLimits the converted input to an optional minimum and maximum before it is used.
Clamp minSets the lowest value allowed while input clamping is enabled.
Clamp maxSets the highest value allowed while input clamping is enabled.
DeadbandHolds values within a configurable window at its center to prevent small movements.
Deadband widthSets the total width of the enabled deadband window.
Deadband centerSets the value at the center of the enabled deadband window.
Visible whenShows the layer only while a selected input remains inside an optional range.
InputChooses which layer input controls the enabled visibility condition.
MinSets the lower boundary of the enabled visibility condition.
MaxSets the upper boundary of the enabled visibility condition.
HysteresisAdds a buffer around a visibility threshold to prevent rapid on-and-off changes.
Hold framesRequires the visibility condition to remain changed for this many frames before switching.
Blend modeChooses how the complete layer combines with layers below it.
Shadow / glowTurns the layer shadow or glow effect on or off.
Shadow colorSets the color of the enabled shadow or glow.
OpacitySets the opacity of the enabled shadow or glow.
BlurSets how soft the enabled shadow or glow appears.
DistanceSets how far the shadow is offset from the layer.
AngleSets the direction of the shadow offset.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Tick directionChooses whether radial ticks extend inward, outward, or equally across the arc.
Label radiusSets the distance from the center to the radial labels.
Label orientationChooses whether radial labels stay upright, follow the arc, point outward, or use the entered rotation.
Label rotationSets the custom rotation applied to tick labels when the selected rotation mode uses it.
Auto-flip labelsAutomatically turns labels that would otherwise appear upside down.
Full circle endpointChooses whether a full-circle scale hides the duplicate maximum tick or draws it at the endpoint.
Bounds sourceChooses whether the tick range uses the entered minimum and maximum or derives them from the selected telemetry stream.
Min paddingAdds proportional space below a range derived from a telemetry stream.
Max paddingAdds proportional space above a range derived from a telemetry stream.
Include zeroExpands a stream-derived range to include zero when all recorded values are above or below it.
Symmetric around zeroExpands a stream-derived range so its positive and negative limits are equally distant from zero.
Minimum valueSets the lower input value used to map data across the graphic or tick scale.
Maximum valueSets the upper input value used to map data across the graphic or tick scale.
Reverse value directionMakes increasing values progress in the opposite visual direction.
Nice scaleRounds the range and major step to easier-to-read values instead of using the exact calculated bounds.
Major tick modeChooses whether major ticks are separated by a value step or distributed as a fixed number of intervals.
Major tick stepSets the value difference between consecutive major ticks when step mode is selected.
Major intervalsSets how many equal intervals divide the range when major ticks use count mode.
Minor ticks per majorSets how many smaller ticks appear between consecutive major ticks.
Include max tickAdds a tick at the exact maximum even when the regular step does not land on it.
Major tick colorSets the color used to draw the major tick.
Minor tick colorSets the color used to draw the minor tick.
Major tick lengthSets the length of the major tick.
Minor tick lengthSets the length of the minor tick.
Major tick strokeSets the thickness of the major tick.
Minor tick strokeSets the thickness of the minor tick.
Tick offsetMoves all ticks away from or across their guide line without changing the guide line.
Tick line capChooses the shape used at the ends of the tick line.
Show guide lineShows or hides the line that runs along the tick axis or arc.
Guide line colorSets the color used to draw the guide line.
Guide line strokeSets the thickness of the guide line.
Guide line capChooses the shape used at the ends of the guide line.
Show labelsShows or hides the numeric labels attached to major ticks.
Label everyDraws a label on every specified number of major ticks.
Label colorSets the color used to draw the label.
Label stroke colorSets the outline paint for the label.
Label stroke weightSets the thickness of the label outline.
Label stroke alignChooses whether the label outline sits inside, outside, or across its path.
Label fontChooses the typeface used for the label.
Label sizeSets the displayed size of the label text.
Label weightSets how light or bold the label text appears.
Label decimalsSets how many digits appear after the decimal point in tick labels.
Label prefixAdds the entered text before every tick label.
Label suffixAdds the entered text after every tick label.
Trim trailing zeroesRemoves 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).

ControlPurpose
Show ghost boundsShows or hides a guide that marks the graphic's available movement or drawing bounds.
Ghost bounds colorSets the color used to draw the ghost bounds.
Pointer fillSets the fill paint for the pointer.
Pointer strokeSets the outline paint for the pointer.
Pointer stroke widthSets the thickness of the pointer outline.
Pointer line joinChooses how corners are drawn where the pointer edges meet.
Pointer lengthSets the length of the pointer.
Pointer widthSets the width of the pointer.
Pointer tailSets how far the rear corners of the pointer extend behind the origin.
Pointer notchPositions the inner point of the rear pointer notch relative to the origin.
Origin XSets the horizontal position of the pivot used to draw and rotate the graphic.
Origin YSets the vertical position of the pivot used to draw and rotate the graphic.
Value modeChooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle.
Arc gapSets how much of the circle is left open instead of being used by the arc.
Min valueSets the lower input value mapped to the start of a raw-value needle sweep.
Max valueSets the upper input value mapped to the end of a raw-value needle sweep.
Start angleSets the angle where the raw-value sweep begins.
Sweep angleSets the angular distance covered from the minimum value to the maximum value.
RotationRotates the complete graphic around its center or origin.
Clamp valueKeeps a raw input within the entered minimum and maximum before positioning the needle.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Radial needle: line

Value (number).

ControlPurpose
Show ghost boundsShows or hides a guide that marks the graphic's available movement or drawing bounds.
Ghost bounds colorSets the color used to draw the ghost bounds.
Needle strokeSets the outline paint for the needle.
Needle stroke widthSets the thickness of the needle outline.
Needle line capChooses the shape used at the ends of the needle line.
Dot fillSets the fill paint for the dot.
Dot strokeSets the outline paint for the dot.
Dot stroke widthSets the thickness of the dot outline.
Dot radiusSets the distance from the center to the edge of the dot.
Inner radiusSets the distance from the center to the edge of the inner.
Outer radiusSets the distance from the center to the edge of the outer.
Dot distanceSets the distance from the origin to the marker dot along the needle direction.
Origin XSets the horizontal position of the pivot used to draw and rotate the graphic.
Origin YSets the vertical position of the pivot used to draw and rotate the graphic.
Value modeChooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle.
Arc gapSets how much of the circle is left open instead of being used by the arc.
Min valueSets the lower input value mapped to the start of a raw-value needle sweep.
Max valueSets the upper input value mapped to the end of a raw-value needle sweep.
Start angleSets the angle where the raw-value sweep begins.
Sweep angleSets the angular distance covered from the minimum value to the maximum value.
RotationRotates the complete graphic around its center or origin.
Clamp valueKeeps a raw input within the entered minimum and maximum before positioning the needle.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Radial needle: compass pointer

Heading (number). Default stream: gps.heading.

ControlPurpose
Forward fillSets the fill paint for the forward.
Forward strokeSets the outline paint for the forward.
Forward stroke widthSets the thickness of the forward outline.
Forward lengthSets the length of the forward.
Forward widthSets the width of the forward.
Forward base radiusSets the distance from the center to the edge of the forward base.
Backward fillSets the fill paint for the backward.
Backward strokeSets the outline paint for the backward.
Backward stroke widthSets the thickness of the backward outline.
Backward lengthSets the length of the backward.
Backward widthSets the width of the backward.
Backward base radiusSets the distance from the center to the edge of the backward base.
Hub fillSets the fill paint for the hub.
Hub strokeSets the outline paint for the hub.
Hub stroke widthSets the thickness of the hub outline.
Hub radiusSets the distance from the center to the edge of the hub.
Origin XSets the horizontal position of the pivot used to draw and rotate the graphic.
Origin YSets the vertical position of the pivot used to draw and rotate the graphic.
Value modeChooses whether the graphic uses a normalized input position or maps a raw value through an entered range and angle.
Arc gapSets how much of the circle is left open instead of being used by the arc.
Min valueSets the lower input value mapped to the start of a raw-value needle sweep.
Max valueSets the upper input value mapped to the end of a raw-value needle sweep.
Start angleSets the angle where the raw-value sweep begins.
Sweep angleSets the angular distance covered from the minimum value to the maximum value.
RotationRotates the complete graphic around its center or origin.
Clamp valueKeeps a raw input within the entered minimum and maximum before positioning the needle.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Gauge (semicircle + needle)

Value (number).

ControlPurpose
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Needle lengthSets the length of the needle.
Dot radiusSets 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.

ControlPurpose
Show ghost boundsShows or hides a guide that marks the graphic's available movement or drawing bounds.
Ghost bounds colorSets the color used to draw the ghost bounds.
Glow fillSets the fill paint for the glow.
Dot fillSets the fill paint for the dot.
Dot strokeSets the outline paint for the dot.
Dot stroke widthSets the thickness of the dot outline.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
Travel widthSets the width of the travel.
Travel heightSets the height of the travel.
Input edge valueSets the positive and negative input magnitude that moves the G-force dot to the edge of its travel area.
Glow radiusSets the distance from the center to the edge of the glow.
Dot radiusSets the distance from the center to the edge of the dot.

Arc line speedometer

Value (number).

ControlPurpose
Track colorSets the color used to draw the track.
Track strokeSets the thickness of the track.
Progress colorSets the color used to draw the progress.
Progress strokeSets the thickness of the progress.
Dot fill colorSets the fill paint for the dot.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Signed arc line speedometer

Value (number). Default stream: motion.acceleration.

ControlPurpose
Track colorSets the color used to draw the track.
Track strokeSets the thickness of the track.
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Progress colorSets the color used to draw the progress.
Positive progress colorSets the color used for positive progress when the input is positive.
Negative progress colorSets the color used for negative progress when the input is negative.
Progress strokeSets the thickness of the progress.
Dot fill colorSets the fill paint for the dot.
Positive dot fillSets the fill paint used for positive dot when the input is positive.
Negative dot fillSets the fill paint used for negative dot when the input is negative.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Bounds modeChooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Straight line speedometer

Value (number).

ControlPurpose
Track colorSets the color used to draw the track.
Track strokeSets the thickness of the track.
Progress colorSets the color used to draw the progress.
Progress strokeSets the thickness of the progress.
Dot fill colorSets the fill paint for the dot.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Line capChooses the shape used at the ends of the line.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
Line lengthSets the horizontal length or overall width of the graphic.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Signed line gauge

Value (number). Default stream: motion.acceleration.

ControlPurpose
Track colorSets the color used to draw the track.
Track strokeSets the thickness of the track.
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Progress colorSets the color used to draw the progress.
Positive progress colorSets the color used for positive progress when the input is positive.
Negative progress colorSets the color used for negative progress when the input is negative.
Progress strokeSets the thickness of the progress.
Dot fill colorSets the fill paint for the dot.
Positive dot fillSets the fill paint used for positive dot when the input is positive.
Negative dot fillSets the fill paint used for negative dot when the input is negative.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Line capChooses the shape used at the ends of the line.
Bounds modeChooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
Line lengthSets the horizontal length or overall width of the graphic.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Signed arrow indicator

Value (number). Default stream: motion.acceleration.

ControlPurpose
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Arrow fillSets the fill paint for the arrow.
Positive arrow fillSets the fill paint used for positive arrow when the input is positive.
Negative arrow fillSets the fill paint used for negative arrow when the input is negative.
Arrow stroke colorSets the outline paint for the arrow.
Arrow strokeSets the thickness of the arrow.
Show crossover markerShows or hides the line that marks the signed arrow's crossover value.
Crossover marker colorSets the color used to draw the crossover marker.
Crossover marker strokeSets the thickness of the crossover marker.
Crossover marker length %Sets how much of the arrow's cross-axis the crossover marker spans.
Crossover line capChooses the shape used at the ends of the crossover line.
Crossover valueSets the input value where the signed arrow switches between its negative and positive directions.
Crossover toleranceCreates a buffer around the crossover value to prevent rapid direction changes near the threshold.
Crossover hold framesSets how many frames a value must remain on the new side of the crossover before the arrow changes direction.
Show ghost boundsShows or hides a guide that marks the graphic's available movement or drawing bounds.
Ghost bounds colorSets the color used to draw the ghost bounds.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
Arm thicknessSets the thickness of the arm.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Straight bar speedometer

Value (number).

ControlPurpose
Border fill colorSets the fill paint for the border.
Border stroke colorSets the outline paint for the border.
Border strokeSets the thickness of the border.
Track colorSets the color used to draw the track.
Progress colorSets the color used to draw the progress.
Dot fill colorSets the fill paint for the dot.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
RotationRotates the complete graphic around its center or origin.
Padding offset XMoves the padding horizontally without changing the main position.
Padding offset YMoves the padding vertically without changing the main position.
Outer border radiusSets the distance from the center to the edge of the outer border.
Inner border radiusSets the distance from the center to the edge of the inner border.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Signed straight bar speedometer

Value (number). Default stream: motion.acceleration.

ControlPurpose
Border fill colorSets the fill paint for the border.
Border stroke colorSets the outline paint for the border.
Border strokeSets the thickness of the border.
Track colorSets the color used to draw the track.
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Progress colorSets the color used to draw the progress.
Positive progress colorSets the color used for positive progress when the input is positive.
Negative progress colorSets the color used for negative progress when the input is negative.
Dot fill colorSets the fill paint for the dot.
Positive dot fillSets the fill paint used for positive dot when the input is positive.
Negative dot fillSets the fill paint used for negative dot when the input is negative.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot radiusSets the distance from the center to the edge of the dot.
Bounds modeChooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
RotationRotates the complete graphic around its center or origin.
Padding offset XMoves the padding horizontally without changing the main position.
Padding offset YMoves the padding vertically without changing the main position.
Outer border radiusSets the distance from the center to the edge of the outer border.
Inner border radiusSets the distance from the center to the edge of the inner border.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Segmented bar speedometer

Value (number).

ControlPurpose
Track fillSets the fill paint for the track.
Empty segment fillSets the fill paint for the empty segment.
Progress segment fillSets the fill paint for the progress segment.
Segment strokeSets the outline paint for the segment.
Segment stroke widthSets the thickness of the segment outline.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
RotationRotates the complete graphic around its center or origin.
SegmentsSets how many discrete sections make up the progress graphic.
Segment gapSets the space between adjacent segment elements.
Corner radiusSets how strongly the graphic corners are rounded.

Signed segmented bar speedometer

Value (number). Default stream: motion.acceleration.

ControlPurpose
Track fillSets the fill paint for the track.
Empty segment fillSets the fill paint for the empty segment.
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Progress segment fillSets the fill paint for the progress segment.
Positive segment fillSets the fill paint used for positive segment when the input is positive.
Negative segment fillSets the fill paint used for negative segment when the input is negative.
Segment strokeSets the outline paint for the segment.
Segment stroke widthSets the thickness of the segment outline.
Bounds modeChooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
RotationRotates the complete graphic around its center or origin.
SegmentsSets how many discrete sections make up the progress graphic.
Segment gapSets the space between adjacent segment elements.
Corner radiusSets how strongly the graphic corners are rounded.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Segmented arc speedometer

Value (number).

ControlPurpose
Track fillSets the fill paint for the track.
Empty segment fillSets the fill paint for the empty segment.
Progress segment fillSets the fill paint for the progress segment.
Segment strokeSets the outline paint for the segment.
Segment stroke widthSets the thickness of the segment outline.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Segment thicknessSets the thickness of the segment.
SegmentsSets how many discrete sections make up the progress graphic.
Segment gap angleSets the angular space between adjacent segments.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Signed segmented arc speedometer

Value (number). Default stream: motion.acceleration.

ControlPurpose
Track fillSets the fill paint for the track.
Empty segment fillSets the fill paint for the empty segment.
Uniform colorUses one progress color for both positive and negative values instead of separate signed colors.
Progress segment fillSets the fill paint for the progress segment.
Positive segment fillSets the fill paint used for positive segment when the input is positive.
Negative segment fillSets the fill paint used for negative segment when the input is negative.
Segment strokeSets the outline paint for the segment.
Segment stroke widthSets the thickness of the segment outline.
Bounds modeChooses whether a signed scale fits the recorded data or uses equal positive and negative limits around zero.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
Segment thicknessSets the thickness of the segment.
SegmentsSets how many discrete sections make up the progress graphic.
Segment gap angleSets the angular space between adjacent segments.
Arc gapSets how much of the circle is left open instead of being used by the arc.
RotationRotates the complete graphic around its center or origin.
Reverse value directionMakes increasing values progress in the opposite visual direction.

Fill circle

Value (number).

ControlPurpose
Base strokeSets the outline paint for the base.
Base stroke widthSets the thickness of the base outline.
Base fillSets the fill paint for the base.
Progress fillSets the fill paint for the progress.
Progress strokeSets the outline paint for the progress.
Progress stroke widthSets the thickness of the progress outline.
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
RotationRotates the complete graphic around its center or origin.

ASCII progress

Value (number).

ControlPurpose
Text colorSets the color used to draw the text.
Stroke colorSets the color used to draw the stroke.
Stroke weightSets the thickness of the graphic outline.
Stroke alignChooses whether the graphic outline sits inside, outside, or across its path.
XSets the horizontal position of the graphic or its left edge.
YSets the vertical position of the graphic or its top edge.
RotationRotates the complete graphic around its center or origin.
SegmentsSets how many discrete sections make up the progress graphic.
Filled charSets the character used for completed positions in the ASCII progress indicator.
Empty charSets the character used for incomplete positions in the ASCII progress indicator.
Open charSets the character placed before the ASCII progress indicator.
Close charSets the character placed after the ASCII progress indicator.
Reverse value directionMakes increasing values progress in the opposite visual direction.
Font sizeSets the displayed size of the font text.
Font weightSets how light or bold the font text appears.
AlignSets the horizontal alignment of the generated text around its X position.
BaselineSets which part of the text is aligned to its Y position.

GPS path

GPS path (path). Default stream: gps.path.

ControlPurpose
Show ghost boundsShows or hides a guide that marks the graphic's available movement or drawing bounds.
Ghost bounds colorSets the color used to draw the ghost bounds.
XSets the horizontal position of the graphic or its left edge.
YSets the vertical position of the graphic or its top edge.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
RotationRotates the complete graphic around its center or origin.
SmoothingReduces sharp direction changes in the GPS path; higher values produce a smoother route line.
Track colorSets the color used to draw the track.
Track strokeSets the thickness of the track.
Track stroke styleChooses whether the track is solid, dashed, or dotted.
Track dash lengthSets the length of each dash in the track pattern.
Track dash gapSets the space between marks in the track pattern.
Track dash offsetShifts the starting position of the track pattern along its path.
Progress colorSets the color used to draw the progress.
Progress strokeSets the thickness of the progress.
Progress stroke styleChooses whether the progress is solid, dashed, or dotted.
Progress dash lengthSets the length of each dash in the progress pattern.
Progress dash gapSets the space between marks in the progress pattern.
Progress dash offsetShifts the starting position of the progress pattern along its path.
Dot fill colorSets the fill paint for the dot.
Dot stroke colorSets the outline paint for the dot.
Dot strokeSets the thickness of the dot.
Dot stroke styleChooses whether the dot is solid, dashed, or dotted.
Dot dash lengthSets the length of each dash in the dot pattern.
Dot dash gapSets the space between marks in the dot pattern.
Dot dash offsetShifts the starting position of the dot pattern along its path.
Dot radiusSets the distance from the center to the edge of the dot.

Slope angle

Grade (number). Default stream: gps.grade.

ControlPurpose
XSets the horizontal position of the graphic or its left edge.
YSets the vertical position of the graphic or its top edge.
Base lengthSets the length of the base.
Angle lengthSets the length of the angle.
Line colorSets the color used to draw the line.
Stroke widthSets the thickness of the graphic outline.

Circular tilt horizon

Grade (number). Default stream: gps.grade.

ControlPurpose
Center XSets the horizontal position of the graphic center.
Center YSets the vertical position of the graphic center.
RadiusSets the distance from the center to the edge of the graphic.
RotationRotates the complete graphic around its center or origin.
Upper fillSets the fill paint for the upper.
Lower fillSets the fill paint for the lower.
Horizon line colorSets the color used to draw the horizon line.
Horizon line widthSets the thickness of the horizon line.
Horizon line capChooses the shape used at the ends of the horizon line.
Pitch line colorSets the color used to draw the pitch line.
Pitch line widthSets the thickness of the pitch line.
Pitch line capChooses the shape used at the ends of the pitch line.
Pitch lines per halfSets how many pitch reference lines appear above and below the horizon center.
Pitch line half lengthSets the length of the pitch line half.
Pitch line spreadSets how far the outermost pitch lines sit from the horizon center as a percentage of the available radius or height.
Ring colorSets the color used to draw the ring.
Ring widthSets the width of the ring.
Show reference markerShows or hides the fixed center marker used to compare the moving horizon.
Reference marker colorSets the color used to draw the reference marker.
Reference marker widthSets the width of the reference marker.
Reference marker lengthSets the length of the reference marker.
Reference center gapSets the open space between the left and right halves of the fixed reference marker.
Reference dot radiusSets the distance from the center to the edge of the reference dot.
Reference line capChooses the shape used at the ends of the reference line.
Show top markerShows or hides the marker at the top of the horizon frame.
Top marker fillSets the fill paint for the top marker.
Top marker widthSets the width of the top marker.
Top marker heightSets the height of the top marker.
Top marker insetMoves the top marker inward from the edge of the horizon frame.

Rectangular tilt horizon

Grade (number). Default stream: gps.grade.

ControlPurpose
XSets the horizontal position of the graphic or its left edge.
YSets the vertical position of the graphic or its top edge.
WidthSets the horizontal length or overall width of the graphic.
HeightSets the vertical size of the graphic.
Corner radiusSets how strongly the graphic corners are rounded.
Upper fillSets the fill paint for the upper.
Lower fillSets the fill paint for the lower.
Horizon line colorSets the color used to draw the horizon line.
Horizon line widthSets the thickness of the horizon line.
Horizon line capChooses the shape used at the ends of the horizon line.
Pitch line colorSets the color used to draw the pitch line.
Pitch line widthSets the thickness of the pitch line.
Pitch line capChooses the shape used at the ends of the pitch line.
Pitch lines per halfSets how many pitch reference lines appear above and below the horizon center.
Pitch line half lengthSets the length of the pitch line half.
Pitch line spreadSets how far the outermost pitch lines sit from the horizon center as a percentage of the available radius or height.
Frame colorSets the color used to draw the frame.
Frame widthSets the width of the frame.
Frame stroke alignChooses whether the frame outline sits inside, outside, or across its path.
Show reference markerShows or hides the fixed center marker used to compare the moving horizon.
Reference marker colorSets the color used to draw the reference marker.
Reference marker widthSets the width of the reference marker.
Reference marker lengthSets the length of the reference marker.
Reference center gapSets the open space between the left and right halves of the fixed reference marker.
Reference dot radiusSets the distance from the center to the edge of the reference dot.
Reference line capChooses the shape used at the ends of the reference line.
Show top markerShows or hides the marker at the top of the horizon frame.
Top marker fillSets the fill paint for the top marker.
Top marker widthSets the width of the top marker.
Top marker heightSets the height of the top marker.
Top marker insetMoves the top marker inward from the edge of the horizon frame.

Rise / Run

Grade (number). Default stream: gps.grade.

ControlPurpose
XSets the horizontal position of the graphic or its left edge.
YSets the vertical position of the graphic or its top edge.
Run lengthSets the length of the run.
Max riseLimits the height of the vertical rise drawn from the baseline.
Max angleLimits the input angle used to calculate the displayed rise.
Flip horizontalMirrors the entire graphic from left to right.
Triangle fillSets the fill paint for the triangle.
Baseline colorSets the color used to draw the baseline.
Baseline widthSets the thickness of the bas line.
Baseline line capChooses the shape used at the ends of the baseline line.
Rise guide colorSets the color used to draw the rise guide.
Rise guide widthSets the width of the rise guide.
Rise guide line capChooses the shape used at the ends of the rise guide line.
Rise guide dashChooses whether the rise guide is solid, dashed, or dotted.
Rise guide dash sizeSets the length of each dash in the rise guide pattern.
Rise guide dash gapSets the space between marks in the rise guide pattern.
Slope and arc colorSets the color used to draw the slope and arc.
Slope line widthSets the thickness of the slope line.
Slope line capChooses the shape used at the ends of the slope line.
Arc radiusSets the distance from the center to the edge of the arc.
Arc widthSets the width of the arc.
Arc line capChooses the shape used at the ends of the arc line.
Dot positionSets how far along the slope line the marker dot appears.
Dot radiusSets the distance from the center to the edge of the dot.
Dot fillSets the fill paint for the dot.
Dot strokeSets the outline paint for the dot.
Dot stroke widthSets the thickness of the dot outline.

Pitch Arc Trace

Grade (number). Default stream: gps.grade.

ControlPurpose
Arc center XSets the horizontal position of the center used to draw the arc.
Arc center YSets the vertical position of the center used to draw the arc.
Arc radiusSets the distance from the center to the edge of the arc.
RotationRotates the complete graphic around its center or origin.
Flip horizontalMirrors the entire graphic from left to right.
Max angle sourceChooses whether the trace scale uses the largest recorded angle or an entered maximum.
Manual max angleSets the largest input angle represented by the trace when the maximum-angle source is manual.
Arc track colorSets the color used to draw the arc track.
Arc track widthSets the width of the arc track.
Arc trace colorSets the color used to draw the arc trace.
Arc trace widthSets the width of the arc trace.
Arc line capChooses the shape used at the ends of the arc line.
Guide colorSets the color used to draw the guide.
Guide widthSets the width of the guide.
Guide line capChooses the shape used at the ends of the guide line.
Guide dashChooses whether the guide is solid, dashed, or dotted.
Guide dash sizeSets the length of each dash in the guide pattern.
Guide dash gapSets the space between marks in the guide pattern.
Dot line colorSets the color used to draw the dot line.
Dot line widthSets the thickness of the dot line.
Dot line lengthSets the length of the dot line.
Dot line capChooses the shape used at the ends of the dot line.
Dot fillSets the fill paint for the dot.
Dot strokeSets the outline paint for the dot.
Dot stroke widthSets the thickness of the dot outline.
Dot radiusSets the distance from the center to the edge of the dot.

GPS course pointer

Heading (number). Default stream: gps.heading.

ControlPurpose
Pointer fillSets the fill paint for the pointer.
Pointer strokeSets the outline paint for the pointer.
Pointer stroke widthSets the thickness of the pointer outline.
Pointer lengthSets the length of the pointer.
Pointer widthSets the width of the pointer.
Pointer tailSets how far the rear corners of the pointer extend behind the origin.
Pointer notchPositions the inner point of the rear pointer notch relative to the origin.
Abbreviate labelsUses shortened compass directions, such as N and SW, instead of full direction names.
Text colorSets the color used to draw the text.
Text stroke colorSets the outline paint for the text.
Text stroke weightSets the thickness of the text outline.
Text stroke alignChooses whether the text outline sits inside, outside, or across its path.
Label sizeSets the displayed size of the label text.
Label weightSets how light or bold the label text appears.
Label radiusSets the distance from the center to the radial labels.
Circle fillSets the fill paint for the circle.
Circle strokeSets the outline paint for the circle.
Circle stroke widthSets the thickness of the circle outline.
Circle stroke alignChooses whether the circle outline sits inside, outside, or across its path.
Circle line capChooses the shape used at the ends of the circle line.
Circle dashChooses whether the circle is solid, dashed, or dotted.
Circle dash sizeSets the length of each dash in the circle pattern.
Circle dash gapSets the space between marks in the circle pattern.
Circle dash offsetShifts the starting position of the circle pattern along its path.
Circle radiusSets the distance from the center to the edge of the circle.
Origin XSets the horizontal position of the pivot used to draw and rotate the graphic.
Origin YSets the vertical position of the pivot used to draw and rotate the graphic.

Series chart (trace + marker)

Value (number).

ControlPurpose
Chart XSets the horizontal position of the chart's left edge.
Chart YSets the vertical position of the chart's top edge.
Chart widthSets the horizontal size of the chart drawing area.
Chart heightSets the vertical size of the chart drawing area.
Dot radiusSets the distance from the center to the edge of the dot.

Series profile chart (area + full marker)

Value (number).

ControlPurpose
Chart XSets the horizontal position of the chart's left edge.
Chart YSets the vertical position of the chart's top edge.
Chart widthSets the horizontal size of the chart drawing area.
Chart heightSets the vertical size of the chart drawing area.
Show underfillShows or hides the filled area beneath the chart trace.
Underfill colorSets the color used to draw the underfill.
Show glow traceShows or hides the wider translucent line behind the main chart trace.
Glow trace colorSets the color used to draw the glow trace.
Glow trace widthSets the width of the glow trace.
Trace colorSets the color used to draw the trace.
Trace widthSets the width of the trace.
Trace dashChooses whether the trace is solid, dashed, or dotted.
Trace dash sizeSets the length of each dash in the trace pattern.
Trace dash gapSets the space between marks in the trace pattern.
Playhead colorSets the color used to draw the playhead.
Playhead widthSets the width of the playhead.
Playhead dashChooses whether the playhead is solid, dashed, or dotted.
Playhead dash sizeSets the length of each dash in the playhead pattern.
Playhead dash gapSets the space between marks in the playhead pattern.
Dot radiusSets the distance from the center to the edge of the dot.
Dot fillSets the fill paint for the dot.
Dot strokeSets the outline paint for the dot.
Dot stroke widthSets the thickness of the dot outline.
Dot stroke dashChooses whether the dot stroke is solid, dashed, or dotted.
Dot dash sizeSets the length of each dash in the dot pattern.
Dot dash gapSets the space between marks in the dot pattern.