New to Telerik ReportingStart a free 30-day trial

Represents a single range within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeIndicator : ReportObject

Inheritance: objectReportObjectLinearGaugeIndicator

Inherited Members ReportObject.ToString(string[])

Constructors

Internal use only

C#
public LinearGaugeIndicator()

Properties

Length

double

Gets or sets the length of the needle in percentage ratio to the total gauge width.

C#
public double Length { get; set; }
Property Value:

Can be a numeric value.

Offset

object

Gets or sets the offset of the needle start in percentage ratio to the total gauge width.

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object Offset { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Gets the style of the gauge indicator.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Thickness

double

Gets or sets the current indicator thickness of the gauge.

C#
public double Thickness { get; set; }
Property Value:

Can be a numeric value.

Gets or sets the indicator type of the Gauge.

C#
public IndicatorType Type { get; set; }