GaugeLimitLines Property
Gets or sets an
AvaloniaList of
LimitLine objects, which specify colored line separators to be used to separate regions of values along scale of the
Gauge.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
public AvaloniaList<LimitLine> LimitLines { get; protected set; }
member LimitLines : AvaloniaList<LimitLine> with get, set
Property Value
AvaloniaListLimitLine
Idea of a
LimitLine is to divide
Gauge into several segments. The actual appearance of a
LimitLine is just a line, which starts
at the center of
Gauge and ends on its scale at a defined value.