New to Telerik ReportingStart a free 30-day trial

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:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeRange : ReportObject

Inheritance: objectReportObjectRadialGaugeRange

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

C#
public RadialGaugeRange()

Properties

End

object

Gets or sets the end of the arc range.

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object End { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Gets or sets the inner radius of the range arc in percentage ratio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.

C#
public double InnerRadius { get; set; }
Property Value:

Can be a numeric value.

Gets or sets the inner radius of the range arc in percentage ratio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.

C#
public double OuterRadius { get; set; }
Property Value:

Can be a numeric value.

Start

object

Gets or sets the start of the arc range.

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object Start { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Gets the style of the range arc.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }