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 LinearGauge : GaugeBase, ITableCell, IDataItem, IDataFlow, IDataSourceContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemGaugeBaseLinearGauge...

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 LinearGauge()

Properties

Internal use only

C#
public LinearGaugeIndicator Indicator { get; }

Internal use only

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

Gets or sets the Mirrored property of the gauge.

C#
public bool Mirrored { get; set; }

Gets or sets the orientation of the gauge.

C#
public GaugeOrientation Orientation { get; set; }

Internal use only

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

Gets or sets the Reversed property of the gauge.

C#
public bool Reversed { get; set; }

Internal use only

C#
public IList<LinearGaugeScale> Scales { get; }

Internal use only

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