Class RadialGaugeNeedle
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGaugeNeedle : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
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
|
Length
Gets or sets the current the length of the needle in percentage ratio to the total gauge radius.
Declaration
public double Length { get; set; }
Property Value
System.Double
|
PointRadius
Gets or sets the current radius of the needle connection point of the gauge.
Declaration
public double PointRadius { get; set; }
Property Value
System.Double
|
Thickness
Gets or sets the current needle thickness of the gauge.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|