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 LinearGaugeRange : ReportObject

Inheritance: objectReportObjectLinearGaugeRange

Inherited Members ReportObject.ToString(string[])

Constructors

Internal use only

C#
public LinearGaugeRange()

Properties

End

object

Gets or sets the end of the current gauge's range.

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object End { 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 "=".

EndWidth

double

Gets or sets the end width of Gauge's range in percentage of the total width.

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

Can be a numeric value.

Offset

double

Gets or sets the current offset the Gauge's range in percentage of the total width.

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

Can be a numeric value.

Start

object

Gets or sets the start of the current gauge's range.

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object Start { 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 or sets the start width of Gauge's range in percentage of the total width.

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

Can be a numeric value.

Gets the style of the gauge bars.

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