Class LinearGaugeIndicator
Represents a single range within a linear gauge.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeIndicator : ReportObject
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
Can be a numeric value. |
Offset
Gets or sets the offset of the needle start in percentage ratio to the total gauge width.
Declaration
public object Offset { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |
Style
Thickness
Gets or sets the current indicator thickness of the gauge.
Declaration
public double Thickness { get; set; }
Property Value
System.Double
Can be a numeric value. |
Type
Gets or sets the indicator type of the Gauge.
Declaration
public IndicatorType Type { get; set; }
Property Value
IndicatorType
|