Class LinearGaugeRange
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeRange : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
Constructors
LinearGaugeRange()
Declaration
public LinearGaugeRange()
Properties
End
Gets or sets the end of the current gauge's range.
Declaration
public object End { get; set; }
Property Value
System.Object
|
EndWidth
Gets or sets the end width of Gauge's range in percentage of the total width.
Declaration
public double EndWidth { get; set; }
Property Value
System.Double
|
Offset
Gets or sets the current offset the Gauge's range in percentage of the total width.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
Start
Gets or sets the start of the current gauge's range.
Declaration
public object Start { get; set; }
Property Value
System.Object
|
StartWidth
Gets or sets the start width of Gauge's range in percentage of the total width.
Declaration
public double StartWidth { get; set; }
Property Value
System.Double
|