Pie Facelet

The Pie Facelet renders pie or doughnut chart segments around a center point.
Each segment has a configurable start angle, end angle and color.

Configuration

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

  • Inner Diameter
    Inner diameter in [mil]. 0 = solid pie, greater than 0 = doughnut/ring shape. Supports data binding.

  • Outer Diameter
    Outer diameter in [mil]. Supports data binding.

  • Rotation Angle
    Rotation angle offset in degrees. Supports data binding.

  • Clockwise
    Draw segments clockwise. When disabled, segments are drawn counterclockwise.

Segments

Each segment has the following settings:

  • Sweep
    When enabled, the end angle is treated as the sweep amount (start angle is ignored).
    When disabled, both start and end angles are used.

  • Start Angle
    Start angle of the segment in degrees. Supports data binding.

  • End Angle
    End angle (or sweep amount) of the segment in degrees. Supports data binding.

  • Color
    Color of the segment. Supports data binding.


  • FPS
    Frames per second for smooth animation. 0 for no animation.

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