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