Skip to content

BarGaugeNamePlacement🔗

Allows for the bar gauge name to be placed explicitly

Definition🔗

class BarGaugeNamePlacement(enum.StrEnum):
    """
    Allows for the bar gauge name to be placed explicitly
    """

    AUTO = "auto"
    TOP = "top"
    LEFT = "left"
    HIDDEN = "hidden"