Class
RadRadialGauge

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

Definition

Constructors

RadRadialGauge()

Declaration

cs-api-definition
public RadRadialGauge()

Properties

AxisRadiusFactor

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.

Declaration

cs-api-definition
public double AxisRadiusFactor { get; set; }

Property Value

double

StartAngle

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.

Declaration

cs-api-definition
public double StartAngle { get; set; }

Property Value

double

SweepAngle

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

Declaration

cs-api-definition
public double SweepAngle { get; set; }

Property Value

double

SweepDirection

Gets or sets the sweep direction of the arc. The value of this property does not affect the direction of the start angle.

Declaration

cs-api-definition
public SweepDirection SweepDirection { get; set; }

Property Value

SweepDirection