Xuni Product Documentation - Xamarin.Forms
GaugeRange Class
Members 
Defines ranges to be used with XuniGauge controls.
Syntax
public class GaugeRange : Xamarin.Forms.BindableObject, Xamarin.Forms.Internals.IDynamicResourceHandler  
Remarks
Range objects have min and max properties that define the range's domain, as well as color and thickness properties that define the range's appearance. Every Gauge control has at least two ranges: the Face defines the minimum and maximum values for the gauge, and the Pointer displays the gauge's current value. In addition to the built-in ranges, gauges may have additional ranges used to display regions of significance (for example, low, medium, and high values).
Inheritance Hierarchy

System.Object
   Xamarin.Forms.BindableObject
      Xuni.Forms.Gauge.GaugeRange

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GaugeRange Members
Xuni.Forms.Gauge Namespace