New to Telerik ReportingStart a free 30-day trial

Represents a single scale within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

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

Inheritance: objectReportObjectLinearGaugeScale

Inherited Members ReportObject.ToString(string[])

Constructors

Internal use only

C#
public LinearGaugeScale()

Properties

End

object

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

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

Offset

double

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

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

Can be a double value.

Start

object

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

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 the style of the gauge bars.

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