RadialGaugeNeedle
Class
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeNeedle : ReportObject
Inheritance: objectReportObjectRadialGaugeNeedle
Inherited Members
Constructors
TODO: Add documentation.
C#
public RadialGaugeNeedle()
Properties
BackLength
double
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; }
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; }
Can be a numeric value.
PointRadius
double
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; }
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; }
Can be a numeric value.