Class LinearGauge
Internal use only
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGauge : GaugeBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, INoDataObject, IProcessingDataItem, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer, IPrimitiveElementContainer
Constructors
LinearGauge()
Declaration
public LinearGauge()
Properties
Indicator
Internal use only
Declaration
public LinearGaugeIndicator Indicator { get; }
Property Value
|
LinearGaugeIndicator
|
Labels
Internal use only
Declaration
public IList<LinearGaugeLabels> Labels { get; }
Property Value
|
System.Collections.Generic.IList<LinearGaugeLabels>
|
Mirrored
Gets or sets the Mirrored property of the gauge.
Declaration
public bool Mirrored { get; set; }
Property Value
|
System.Boolean
|
Orientation
Gets or sets the orientation of the gauge.
Declaration
public GaugeOrientation Orientation { get; set; }
Property Value
|
GaugeOrientation
|
Ranges
Internal use only
Declaration
public IList<LinearGaugeRange> Ranges { get; }
Property Value
|
System.Collections.Generic.IList<LinearGaugeRange>
|
Reversed
Gets or sets the Reversed property of the gauge.
Declaration
public bool Reversed { get; set; }
Property Value
|
System.Boolean
|
Scales
Internal use only
Declaration
public IList<LinearGaugeScale> Scales { get; }
Property Value
|
System.Collections.Generic.IList<LinearGaugeScale>
|
Ticks
Internal use only
Declaration
public IList<LinearGaugeTicks> Ticks { get; }
Property Value
|
System.Collections.Generic.IList<LinearGaugeTicks>
|