Class RadialGaugeRange
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGaugeRange : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
Constructors
RadialGaugeRange()
Declaration
public RadialGaugeRange()
Properties
End
Gets or sets the end of the arc range.
Declaration
public object End { get; set; }
Property Value
System.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
public double InnerRadius { get; set; }
Property Value
System.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
public double OuterRadius { get; set; }
Property Value
System.Double
|
Start
Gets or sets the start of the arc range.
Declaration
public object Start { get; set; }
Property Value
System.Object
|