ClassRadialGaugeRange
Represents a single range arc within a radial gauge with a given minimum, maximum and visual parameters.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeRange : ReportObject
Inheritance: objectReportObjectRadialGaugeRange
Inherited Members
Constructors
Properties
End
Gets or sets the end of the arc range.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object End { get; set; }
Property Value
object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a 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
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
double
Can be a numeric value.
Start
Gets or sets the start of the arc range.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object Start { get; set; }
Property Value
object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".