Class LinearGaugeScale
Inheritance
System.Object
LinearGaugeScale
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeScale : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
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.Object
|
Offset
Gets or sets the offset of the current scale of the Gauge.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
Start
Gets or sets the start of the current scale of the Gauge.
Declaration
public object Start { get; set; }
Property Value
System.Object
|