Class GaugeBarIndicator
Inherited Members
Namespace: Telerik.XamarinForms.DataVisualization.Gauges
Assembly: Telerik.XamarinForms.DataVisualization.dll
Syntax
public class GaugeBarIndicator : GaugeSingleValueIndicatorBase
Constructors
GaugeBarIndicator()
Declaration
public GaugeBarIndicator()
Fields
EndCapProperty
Declaration
public static readonly BindableProperty EndCapProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
EndThicknessProperty
Declaration
public static readonly BindableProperty EndThicknessProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
StartCapProperty
Declaration
public static readonly BindableProperty StartCapProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
StartThicknessProperty
Declaration
public static readonly BindableProperty StartThicknessProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
Properties
EndCap
EndThickness
Declaration
public double EndThickness { 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
|
StartCap
StartThickness
Declaration
public double StartThickness { get; set; }
Property Value
|
System.Double
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
|
System.String
propertyName
|