Class RadGaugeBase
Inherited Members
Namespace: Telerik.XamarinForms.DataVisualization.Gauges
Assembly: Telerik.XamarinForms.DataVisualization.dll
Syntax
public abstract class RadGaugeBase : RadLayout<View>, IVisualOwner
Fields
AxisProperty
Declaration
public static readonly BindableProperty AxisProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
RangesProperty
Declaration
public static readonly BindableProperty RangesProperty
Field Value
|
Xamarin.Forms.BindableProperty
|
Properties
AnimationSettings
Declaration
public AnimationSettings AnimationSettings { get; set; }
Property Value
|
AnimationSettings
|
Axis
Gets or sets the axis. The axis handles axis line, ticks and labels logic. It dictates the mapping between the absolute and relative values so that gauge elements can be properly positioned.
Declaration
public GaugeAxisBase Axis { get; set; }
Property Value
|
GaugeAxisBase
|
Indicators
Declaration
public ObservableItemCollection<GaugeIndicatorBase> Indicators { get; }
Property Value
|
ObservableItemCollection<GaugeIndicatorBase>
|
Ranges
Gets or sets the definition entity which encapsulates ranges specific information such as Position, Offset, StartThickness and other properties that apply to all ranges in a gauge.
Declaration
public GaugeRangesDefinition Ranges { get; set; }
Property Value
|
GaugeRangesDefinition
|
StyleClass
Declaration
public IList<string> StyleClass { get; set; }
Property Value
|
System.Collections.Generic.IList<System.String>
|
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes. Propagates the binding context to its child elements.
Declaration
protected override void OnBindingContextChanged()