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