ClassRadialGaugeNeedle
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeNeedle : ReportObject
Inheritance: objectReportObjectRadialGaugeNeedle
Inherited Members
Constructors
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
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
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
double
Can be a numeric value.
Style
Gets the style of the needle.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value
Thickness
Gets or sets the needle's thickness in percentage ratio to the total gauge radius.
Declaration
public double Thickness { get; set; }
Property Value
double
Can be a numeric value.