static var circular: CircularGaugeStyle
A gauge view that visually indicates its value using an open ring, which has a visual indicator as the value increases, and displays the
currentValueLabel
the center of the gauge.Available when
Self
is CircularGaugeStyle
.static var linear: LinearGaugeStyle
A gauge view that visually indicates its value using a bar, which has a continuous visual indicator as the value increases.
Available when
Self
is LinearGaugeStyle
.