Circular Gauge Facelet

The Circular Gauge Facelet renders a circular ring gauge with configurable start and end angles.
Supports fill, bar and ball rendering modes with optional center text.

Configuration

  • Position
    X, Y center position in screen coordinates [mil].

  • Inner Diameter / Outer Diameter
    Inner and outer diameter of the gauge ring in [mil].

  • Render Mode

    Mode Description

    Fill

    Continuous filled arc.

    Bar

    Segmented bars.

    Ball

    Moving ball indicator.

  • Cap Style

    Style Description

    Round

    Round cap ends.

    Flat

    Flat cap ends.

  • Bar Count
    Number of bars when in bar mode.

  • Bar Gap
    Gap width between bars in percent.

  • Clockwise
    Enable for clockwise direction, disable for counter-clockwise.

  • Start Angle / End Angle
    Start and end angle of the gauge arc in degrees.

  • Value Start
    Value for the start position (0 - 100).

  • Value End
    Value for the end position (0 - 100).

  • Value Ball
    Value for the ball position (0 - 100). Only used in ball mode.

  • Text
    Text to display in the center. Supports data binding expressions.

  • Text Size
    Text size in [mil]. Set to 0 for automatic sizing.

  • Font
    Select the font family.

  • Smooth
    Enable smooth animation when the value changes.

  • Gauge Color
    Color of the gauge indicator. Supports gradient colors.

  • Ball Color
    Color of the ball indicator.

  • Background Color
    Color of the gauge background.

  • Visibility
    A condition expression. The Facelet is displayed if this evaluates to 1.

  • Display Mode

    Mode Description

    Normal

    This Facelet is only displayed in interactive (normal) mode.

    Ambient

    This Facelet is only displayed in ambient mode.

    Always

    This Facelet is displayed in both interactive and ambient mode.

  • Ambient Color
    Select a color for the ambient mode.
    0 uses the common ambient color of the face settings.