Class LinearGaugeScale
Represents a single scale within a linear gauge.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeScale : ReportObject
Constructors
LinearGaugeScale()
Declaration
public LinearGaugeScale()
Properties
End
Gets or sets the end of the current scale of the Gauge.
Declaration
public object End { get; set; }
Property Value
System. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |
Offset
Gets or sets the offset of the current scale of the Gauge.
Declaration
public double Offset { get; set; }
Property Value
System. Can be a double value. |
Start
Gets or sets the start of the current scale of the Gauge.
Declaration
public object Start { get; set; }
Property Value
System. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |