New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeNeedle : ReportObject

Inheritance: objectReportObjectRadialGaugeNeedle

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

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; }
Property Value:

Can be a numeric value.

Length

double

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

C#
public double Length { get; set; }
Property Value:

Can be a numeric value.

Gets or sets the radius of the needle's pivot. It is presented in percentage ratio to the total gauge radius.

C#
public double PointRadius { get; set; }
Property Value:

Can be a numeric value.

Gets the style of the needle.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Thickness

double

Gets or sets the needle's thickness in percentage ratio to the total gauge radius.

C#
public double Thickness { get; set; }
Property Value:

Can be a numeric value.