ClassLinearGaugeScale
Class
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
Constructors
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 "=".