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 RadialGaugeLabels defined for the current Gauge.
Declaration
public RadialGaugeLabelsCollection Labels { get; }
Property Value
RadialGaugeLabelsCollection
|
Needle
Gets the needle defined for the current Gauge.
Declaration
public RadialGaugeNeedle Needle { get; }
Property Value
RadialGaugeNeedle
|
Ranges
Gets the collection of RadialGaugeRange defined for the current Gauge.
Declaration
public RadialGaugeRangeCollection Ranges { get; }
Property Value
RadialGaugeRangeCollection
|
StartAngle
Gets or sets the current start angle of the full gauge arc in degrees.
Declaration
public double StartAngle { get; set; }
Property Value
System.Double
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.Double
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |
Ticks
Gets the collection of RadialGaugeTicks defined for the current Gauge.
Declaration
public RadialGaugeTicksCollection Ticks { get; }
Property Value
RadialGaugeTicksCollection
|
Value
Gets or sets the current value of the Gauge.
Declaration
public object Value { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |