Class
LinearGaugeRange

Represents a single range within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeRange : ReportObject

Inheritance: objectReportObjectLinearGaugeRange

Inherited Members ReportObject.ToString(string[])

Constructors

LinearGaugeRange()

Internal use only

Declaration

cs-api-definition
public LinearGaugeRange()

Properties

End

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

Declaration

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

EndWidth

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

Declaration

cs-api-definition
public double EndWidth { get; set; }

Property Value

double

Can be a numeric value.

Offset

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

Declaration

cs-api-definition
public double Offset { get; set; }

Property Value

double

Can be a numeric value.

Start

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

Declaration

cs-api-definition
[TypeConverter(typeof(ObjectValueConverter))]
public object Start { 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 "=".

StartWidth

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

Declaration

cs-api-definition
public double StartWidth { get; set; }

Property Value

double

Can be a numeric value.

Style

Gets the style of the gauge bars.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style