ClassRadialGauge
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class RadialGauge : GaugeBase, ITableCell, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemGaugeBaseRadialGauge
Implements:
Inherited Members
Constructors
RadialGauge()
Declaration
cs-api-definition
public RadialGauge()
Properties
Labels
Internal use only
Declaration
cs-api-definition
public IList<RadialGaugeLabels> Labels { get; }
Property Value
IList<RadialGaugeLabels>
Needle
Internal use only
Declaration
cs-api-definition
public RadialGaugeNeedle Needle { get; }
Property Value
Ranges
Internal use only
Declaration
cs-api-definition
public IList<RadialGaugeRange> Ranges { get; }
Property Value
IList<RadialGaugeRange>
StartAngle
Gets or sets the current start angle of the full gauge arc.
Declaration
cs-api-definition
public double StartAngle { get; set; }
Property Value
double
SweepAngle
Gets or sets the current start angle of the full gauge arc.
Declaration
cs-api-definition
public double SweepAngle { get; set; }
Property Value
double
Ticks
Internal use only
Declaration
cs-api-definition
public IList<RadialGaugeTicks> Ticks { get; }
Property Value
IList<RadialGaugeTicks>