ClassLinearGaugeScale
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class LinearGaugeScale : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementLinearGaugeScale
Inherited Members
Constructors
LinearGaugeScale()
Declaration
cs-api-definition
public LinearGaugeScale()
Properties
End
Gets or sets the end of the current scale of the Gauge.
Declaration
cs-api-definition
public object End { get; set; }
Property Value
object
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
Start
Gets or sets the start of the current scale of the Gauge.
Declaration
cs-api-definition
public object Start { get; set; }
Property Value
object