LinearGaugeScale
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LinearGaugeScale : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementLinearGaugeScale...
Inherited Members
Constructors
C#
public LinearGaugeScale()
Properties
End
object
Gets or sets the end of the current scale of the Gauge.
C#
public object End { get; set; }
Offset
double
Gets or sets the offset of the current scale of the Gauge.
C#
public double Offset { get; set; }
Start
object
Gets or sets the start of the current scale of the Gauge.
C#
public object Start { get; set; }