Class LinearGaugeIndicator
Inheritance
System.Object
LinearGaugeIndicator
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeIndicator : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
Constructors
LinearGaugeIndicator()
Declaration
public LinearGaugeIndicator()
Properties
Length
Gets or sets the length of the needle in percentage ratio to the total gauge width.
Declaration
public double Length { get; set; }
Property Value
System.Double
|
Offset
Gets or sets the current indicator offset of the gauge.
Declaration
public object Offset { get; set; }
Property Value
System.Object
|
Thickness
Gets or sets the current indicator thickness of the gauge.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
|
Type
Gets or sets the indicator type of gauge.
Declaration
public IndicatorType Type { get; set; }
Property Value
IndicatorType
|