ClassRadialGaugeNeedle
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class RadialGaugeNeedle : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementRadialGaugeNeedle
Inherited Members
Constructors
RadialGaugeNeedle()
Declaration
cs-api-definition
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
cs-api-definition
public double BackLength { get; set; }
Property Value
double
Length
Gets or sets the current the length of the needle in percentage ratio to the total gauge radius.
Declaration
cs-api-definition
public double Length { get; set; }
Property Value
double
PointRadius
Gets or sets the current radius of the needle connection point of the gauge.
Declaration
cs-api-definition
public double PointRadius { get; set; }
Property Value
double
Thickness
Gets or sets the current needle thickness of the gauge.
Declaration
cs-api-definition
public double Thickness { get; set; }
Property Value
double