LinearGaugeRange
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LinearGaugeRange : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementLinearGaugeRange...
Inherited Members
Constructors
C#
public LinearGaugeRange()
Properties
End
object
Gets or sets the end of the current gauge's range.
C#
public object End { get; set; }
EndWidth
double
Gets or sets the end width of Gauge's range in percentage of the total width.
C#
public double EndWidth { get; set; }
Offset
double
Gets or sets the current offset the Gauge's range in percentage of the total width.
C#
public double Offset { get; set; }
Start
object
Gets or sets the start of the current gauge's range.
C#
public object Start { get; set; }
StartWidth
double
Gets or sets the start width of Gauge's range in percentage of the total width.
C#
public double StartWidth { get; set; }