Class
LinearGaugeScale

Represents a single scale within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

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

Inheritance: objectReportObjectLinearGaugeScale

Inherited Members ReportObject.ToString(string[])

Constructors

LinearGaugeScale()

Internal use only

Declaration

cs-api-definition
public LinearGaugeScale()

Properties

End

Gets or sets the end of the current scale of the Gauge.

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 "=".

Offset

Gets or sets the offset of the current scale of the Gauge.

Declaration

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

Property Value

double

Can be a double value.

Start

Gets or sets the start of the current scale of the Gauge.

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 "=".

Style

Gets the style of the gauge bars.

Declaration

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

Property Value

Style