Class RadialGauge
Inheritance
System.Object
RadialGauge
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGauge : GaugeBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, INoDataObject, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer, IPrimitiveElementContainer
Constructors
RadialGauge()
Declaration
public RadialGauge()
Properties
Labels
Declaration
public IList<RadialGaugeLabels> Labels { get; }
Property Value
System.Collections.Generic.IList<RadialGaugeLabels>
|
Needle
Ranges
Declaration
public IList<RadialGaugeRange> Ranges { get; }
Property Value
System.Collections.Generic.IList<RadialGaugeRange>
|
StartAngle
Gets or sets the current start angle of the full gauge arc.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
|
SweepAngle
Gets or sets the current start angle of the full gauge arc.
Declaration
public double SweepAngle { get; set; }
Property Value
System.Double
|
Ticks
Declaration
public IList<RadialGaugeTicks> Ticks { get; }
Property Value
System.Collections.Generic.IList<RadialGaugeTicks>
|