GaugeGaugeValues Property

Gets or sets a ConstrainedObservableRangeDouble which specifies starting and ending values of Gauge. In other words, specifies range of values that Gauge visualizes.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public virtual ConstrainedObservableRangeDouble GaugeValues { get; set; }

Property Value

ConstrainedObservableRangeDouble

Remarks

Values must be specified as values of Double type.

Start value is specified by a value in From property. End value is specified by a value in To property.

See Also