New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a radial gauge control that displays values in a circular arc format.

Definition

Constructors

C#
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.

C#
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.

C#
public double StartAngle { get; set; }

Gets or sets the angle that defines the length of the arc.

C#
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.

C#
public SweepDirection SweepDirection { get; set; }