Class
RadialGauge

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(RadialGauge), "Resources.GaugeRadial.png")]
public class RadialGauge : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer

Inheritance: objectReportObjectReportItemBaseReportItemDataItemRadialGauge

Implements: IActionTargetIDataFlowIDataItemIDataSourceContainerIToggleVisibilityTarget

Inherited Members DataItem.OnNeedDataSource(object, EventArgs)DataItem.NeedDataSourceMethodNameDataItem.DataSourceDataItem.FiltersDataItem.NoDataMessageDataItem.NoDataStyleDataItem.SortingsDataItem.SortingDataItem.NeedDataSourceReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItem.DefaultSizeReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

RadialGauge()

TODO: Add documentation.

Declaration

cs-api-definition
public RadialGauge()

Properties

Labels

Gets the collection of RadialGaugeLabels defined for the current Gauge.

Declaration

cs-api-definition
public RadialGaugeLabelsCollection Labels { get; }

Property Value

RadialGaugeLabelsCollection

Needle

Gets the needle defined for the current Gauge.

Declaration

cs-api-definition
public RadialGaugeNeedle Needle { get; }

Property Value

RadialGaugeNeedle

Ranges

Gets the collection of RadialGaugeRange defined for the current Gauge.

Declaration

cs-api-definition
public RadialGaugeRangeCollection Ranges { get; }

Property Value

RadialGaugeRangeCollection

StartAngle

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

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public RadialGaugeTicksCollection Ticks { get; }

Property Value

RadialGaugeTicksCollection

Value

Gets or sets the current value of the Gauge.

Declaration

cs-api-definition
[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 "=".