Class GaugeRangeBarIndicator
Inherited Members
Namespace: Telerik.XamarinForms.DataVisualization.Gauges
Assembly: Telerik.XamarinForms.DataVisualization.dll
Syntax
public class GaugeRangeBarIndicator : GaugeIndicatorBase
Constructors
GaugeRangeBarIndicator()
Declaration
public GaugeRangeBarIndicator()
Fields
FromCapProperty
Declaration
public static readonly BindableProperty FromCapProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
FromProperty
Declaration
public static readonly BindableProperty FromProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
FromThicknessProperty
Declaration
public static readonly BindableProperty FromThicknessProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
ToCapProperty
Declaration
public static readonly BindableProperty ToCapProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
ToProperty
Declaration
public static readonly BindableProperty ToProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
ToThicknessProperty
Declaration
public static readonly BindableProperty ToThicknessProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
Properties
From
Declaration
public double From { get; set; }
Property Value
|
System.Double
|
FromCap
FromThickness
Declaration
public double FromThickness { get; set; }
Property Value
|
System.Double
|
GradientStops
Gets the collection of gradient stops in accordance to which the bar is painted. The Offset property of the gradient stop is treated in respect to the IsOffsetRelative property value of the indicator.
Declaration
public ObservableItemCollection<RadGradientStop> GradientStops { get; }
Property Value
|
ObservableItemCollection<RadGradientStop>
|
IsOffsetRelative
Gets or sets a value indicating whether the Offset property of the gradient stops should be treated as a relative value between 0 and 1 or an absolute value in respect to the axis range.
Declaration
public bool IsOffsetRelative { get; set; }
Property Value
|
System.Boolean
|
To
Declaration
public double To { get; set; }
Property Value
|
System.Double
|
ToCap
ToThickness
Declaration
public double ToThickness { get; set; }
Property Value
|
System.Double
|