Class RadialGaugeNeedle
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGaugeNeedle : ReportObject
Constructors
RadialGaugeNeedle()
Declaration
public RadialGaugeNeedle()
Properties
BackLength
Gets or sets the back length (the part "behind" the pivot point) of the needle in percentage ratio to the total gauge radius.
Declaration
public double BackLength { get; set; }
Property Value
System.Double
Can be a numeric value. |
Length
Gets or sets the length of the needle in percentage ratio to the total gauge radius.
Declaration
public double Length { get; set; }
Property Value
System.Double
Can be a numeric value. |
PointRadius
Gets or sets the radius of the needle's pivot. It is presented in percentage ratio to the total gauge radius.
Declaration
public double PointRadius { get; set; }
Property Value
System.Double
Can be a numeric value. |
Style
Thickness
Gets or sets the needle's thickness in percentage ratio to the total gauge radius.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
Can be a numeric value. |