LinearGaugeScale
Class
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
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; }
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; }
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; }
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".