BarGaugeNamePlacement🔗Allows for the bar gauge name to be placed explicitlyDefinition🔗class BarGaugeNamePlacement(enum.StrEnum): """ Allows for the bar gauge name to be placed explicitly """ AUTO = "auto" TOP = "top" LEFT = "left" HIDDEN = "hidden"