ClassLinearGaugeIndicator
Represents a single range within a linear gauge.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeIndicator : ReportObject
Inheritance: objectReportObjectLinearGaugeIndicator
Inherited Members
Constructors
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
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
[TypeConverter(typeof(ObjectValueConverter))]
public object Offset { get; set; }
Property Value
object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".
Style
Gets the style of the gauge indicator.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value
Thickness
Gets or sets the current indicator thickness of the gauge.
Declaration
public double Thickness { get; set; }
Property Value
double
Can be a numeric value.
Type
Gets or sets the indicator type of the Gauge.