RadRadialGauge
Represents a radial gauge control that displays values in a circular arc format.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadRadialGauge : RadGaugeBase
Inheritance: objectRadLayoutRadGaugeBaseRadRadialGauge
Inherited Members
Constructors
public RadRadialGauge()
Properties
Gets or sets a value between 0 and 1 that indicates the size of the radius of the arc in respect to the size of the gauge. All gauge elements use the arc as a pivotal element and position and offset themselves in accordance to the arc.
public double AxisRadiusFactor { get; set; }
Gets or sets the angle from which the arc starts. Regardless of the SweepDirection, the start angle is treated as in trigonometry - a positive rotation is a counter-clockwise rotation.
public double StartAngle { get; set; }
Gets or sets the angle that defines the length of the arc.
public double SweepAngle { get; set; }
Gets or sets the sweep direction of the arc. The value of this property does not affect the direction of the start angle.
public SweepDirection SweepDirection { get; set; }