ClassRadialGauge
TODO: Add documentation.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(RadialGauge), "Resources.GaugeRadial.png")]
public class RadialGauge : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectReportItemBaseReportItemDataItemRadialGauge
Implements:
Inherited Members
Constructors
Properties
Labels
Gets the collection of RadialGaugeLabels defined for the current Gauge.
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 RadialGaugeRange defined for the current Gauge.
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
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
double
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".
Ticks
Gets the collection of RadialGaugeTicks defined for the current Gauge.
Declaration
public RadialGaugeTicksCollection Ticks { get; }
Property Value
Value
Gets or sets the current value of the Gauge.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object Value { get; set; }
Property Value
object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".