Class RadialGauge
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class RadialGauge : DataItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, IDataItem, IDataFlow, IDataSourceContainer, INamedObject, ISupportsNeedDataSource, INoDataObject
Constructors
RadialGauge()
Declaration
public RadialGauge()
Properties
Labels
Gets the collection of Radial
Declaration
public RadialGaugeLabelsCollection Labels { get; }
Property Value
Needle
Gets the needle defined for the current Gauge.
Declaration
public RadialGaugeNeedle Needle { get; }
Property Value
Ranges
Gets the collection of Radial
Declaration
public RadialGaugeRangeCollection Ranges { get; }
Property Value
StartAngle
Gets or sets the current start angle of the full gauge arc in degrees.
Declaration
public double StartAngle { get; set; }
Property Value
System. Can be a numeric value. |
SweepAngle
Gets or sets the current sweep angle of the full gauge arc in degrees.
Declaration
public double SweepAngle { get; set; }
Property Value
System. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |
Ticks
Gets the collection of Radial
Declaration
public RadialGaugeTicksCollection Ticks { get; }
Property Value
Value
Gets or sets the current value of the Gauge.
Declaration
public object Value { get; set; }
Property Value
System. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |