ClassRadialGaugeRange
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class RadialGaugeRange : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementRadialGaugeRange
Inherited Members
Constructors
RadialGaugeRange()
Declaration
cs-api-definition
public RadialGaugeRange()
Properties
End
Gets or sets the end of the arc range.
Declaration
cs-api-definition
public object End { get; set; }
Property Value
object
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
OuterRadius
Gets or sets the the outer 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
Start
Gets or sets the start of the arc range.
Declaration
cs-api-definition
public object Start { get; set; }
Property Value
object