Class
RadialGaugeRange

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:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeRange : ReportObject

Inheritance: objectReportObjectRadialGaugeRange

Inherited Members ReportObject.ToString(string[])

Constructors

RadialGaugeRange()

TODO: Add documentation.

Declaration

cs-api-definition
public RadialGaugeRange()

Properties

End

Gets or sets the end of the arc range.

Declaration

cs-api-definition
[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

cs-api-definition
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

cs-api-definition
public double OuterRadius { get; set; }

Property Value

double

Can be a numeric value.

Start

Gets or sets the start of the arc range.

Declaration

cs-api-definition
[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 "=".

Style

Gets the style of the range arc.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style