New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public RadialGaugeNeedle()

Properties

Gets or sets the back length (the part "behind" the pivot point) of the needle in percentage ratio to the total gauge radius.

C#
public double BackLength { get; set; }

Length

double

Gets or sets the current the length of the needle in percentage ratio to the total gauge radius.

C#
public double Length { get; set; }

Gets or sets the current radius of the needle connection point of the gauge.

C#
public double PointRadius { get; set; }

Thickness

double

Gets or sets the current needle thickness of the gauge.

C#
public double Thickness { get; set; }