Class LinearGauge
Inheritance
System.Object
LinearGauge
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, IRuntimeDataItem, IDataItem, IDataFlow, IDataSourceContainer, IPrimitiveElementContainer
Constructors
LinearGauge()
Declaration
public LinearGauge()
Properties
Indicator
Labels
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
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
Declaration
public IList<LinearGaugeScale> Scales { get; }
Property Value
System.Collections.Generic.IList<LinearGaugeScale>
|
Ticks
Declaration
public IList<LinearGaugeTicks> Ticks { get; }
Property Value
System.Collections.Generic.IList<LinearGaugeTicks>
|