Class RadialGaugeRange
Represents a single range arc within a radial gauge with a given minimum, maximum and visual parameters.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGaugeRange : ReportObject
Constructors
RadialGaugeRange()
Declaration
public RadialGaugeRange()
Properties
End
Gets or sets the end of the arc range.
Declaration
public object End { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |
InnerRadius
Gets or sets the the inner radius of the range arc in percentage radio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.
Declaration
public double InnerRadius { get; set; }
Property Value
System.Double
Can be a numeric value. |
OuterRadius
Gets or sets the the inner radius of the range arc in percentage radio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.
Declaration
public double OuterRadius { get; set; }
Property Value
System.Double
Can be a numeric value. |
Start
Gets or sets the start of the arc range.
Declaration
public object Start { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |