Skip to content

BarGaugeSizing🔗

Allows for the bar gauge size to be set explicitly

Definition🔗

class BarGaugeSizing(enum.StrEnum):
    """
    Allows for the bar gauge size to be set explicitly
    """

    AUTO = "auto"
    MANUAL = "manual"