[]
        
(Showing Draft Content)

C1.iOS.Gauge.C1LinearGauge

C1LinearGauge Class

The C1LinearGauge displays a linear scale with an indicator that represents a single value and optional ranges to represent reference values.

Inheritance
C1LinearGauge
Implements
IDisposable
IComponent
Namespace: C1.iOS.Gauge
Assembly: C1.iOS.Gauge.dll
Syntax
public class C1LinearGauge : C1Gauge, IDependencyObject, IDisposable, IComponent

Constructors

Name Description
C1LinearGauge()

Initializes a new instance of a C1LinearGauge control.

C1LinearGauge(IntPtr)

Initializes a new instance of a C1LinearGauge control.

Fields

Name Description
DirectionProperty
DirectionPropertyName

Properties

Name Description
Direction

Gets or sets the format string used for displaying the gauge values as text.

Methods

Name Description
DrawMinMaxText()

Draw the text of Min and Max.

DrawValueText(double)

Draw the text of Value.

GetRangeRect(GaugeRange)

Get the rectangle of gauge range.

GetRangeRect(GaugeRange, double)

Get the rectangle of gauge range.

GetValueFromPoint(CGPoint)

Get guage value from the point.

UpdateRangeElement(GaugeRange, double)

Update element range.