New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
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.TocLevelReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.IsRepeatedProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleLayoutElement.ParentElementReportObject.ToString(string[])...

Constructors

C#
public RadialGauge()

Properties

Internal use only

C#
public IList<RadialGaugeLabels> Labels { get; }

Internal use only

C#
public RadialGaugeNeedle Needle { get; }

Internal use only

C#
public IList<RadialGaugeRange> Ranges { get; }

Gets or sets the current start angle of the full gauge arc.

C#
public double StartAngle { get; set; }

Gets or sets the current start angle of the full gauge arc.

C#
public double SweepAngle { get; set; }

Internal use only

C#
public IList<RadialGaugeTicks> Ticks { get; }