Class
RadialGauge

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: IDataFlowIDataItemIDataSourceContainerITableCell

Inherited Members GaugeBase.EvaluateValue()GaugeBase.ValueGaugeBase.RenderNoDataGaugeBase.ShapesGaugeBase.ElementsDataItem.DataSourceDataItem.NeedDataSourceMethodNameDataItem.VisibleNoDataObject.NoDataMessageNoDataObject.NoDataStyleReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.InitializeDefinitionBasedProperties(ReportObject)ReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.Dispose(bool)ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleLayoutElement.ParentElementReportObject.ToString(string[])

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

RadialGaugeNeedle

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>