Class GaugeBase
Inheritance
System.Object
GaugeBase
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GaugeBase : DataItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, INoDataObject, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer, IPrimitiveElementContainer
Constructors
GaugeBase()
Declaration
protected GaugeBase()
Properties
Elements
Declaration
public IEnumerable<PrimitiveElement> Elements { get; }
Property Value
System.Collections.Generic.IEnumerable<PrimitiveElement>
|
Shapes
Declaration
public List<PrimitiveElement> Shapes { get; }
Property Value
System.Collections.Generic.List<PrimitiveElement>
|
Value
Gets or sets the value of the current processing instance of the Gauge item
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Methods
EvaluateValue()
Declaration
protected void EvaluateValue()