Class
LinearGauge

Internal use only

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

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

LinearGauge()

Declaration

cs-api-definition
public LinearGauge()

Properties

Indicator

Internal use only

Declaration

cs-api-definition
public LinearGaugeIndicator Indicator { get; }

Property Value

LinearGaugeIndicator

Labels

Internal use only

Declaration

cs-api-definition
public IList<LinearGaugeLabels> Labels { get; }

Property Value

IList<LinearGaugeLabels>

Mirrored

Gets or sets the Mirrored property of the gauge.

Declaration

cs-api-definition
public bool Mirrored { get; set; }

Property Value

bool

Orientation

Gets or sets the orientation of the gauge.

Declaration

cs-api-definition
public GaugeOrientation Orientation { get; set; }

Property Value

GaugeOrientation

Ranges

Internal use only

Declaration

cs-api-definition
public IList<LinearGaugeRange> Ranges { get; }

Property Value

IList<LinearGaugeRange>

Reversed

Gets or sets the Reversed property of the gauge.

Declaration

cs-api-definition
public bool Reversed { get; set; }

Property Value

bool

Scales

Internal use only

Declaration

cs-api-definition
public IList<LinearGaugeScale> Scales { get; }

Property Value

IList<LinearGaugeScale>

Ticks

Internal use only

Declaration

cs-api-definition
public IList<LinearGaugeTicks> Ticks { get; }

Property Value

IList<LinearGaugeTicks>