Class LinearGauge
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGauge : DataItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, IDesignTimeSelectable, IDataItem, IDataFlow, IDataSourceContainer, INamedObject, ISupportsNeedDataSource, INoDataObject
Constructors
LinearGauge()
Declaration
public LinearGauge()
Properties
Indicator
Gets the LinearGaugeIndicator defined for the current Gauge.
Declaration
public LinearGaugeIndicator Indicator { get; }
Property Value
LinearGaugeIndicator
|
Labels
Gets the collection of LinearGaugeLabels defined for the current Gauge.
Declaration
public LinearGaugeLabelsCollection Labels { get; }
Property Value
LinearGaugeLabelsCollection
|
Mirrored
Gets or sets the Mirrored property of the gauge which generates a mirrored projection of its contents. The default layout is scales-below-the-ranges for horizontal and scales-on-the-left-of-the-ranges for vertical gauge.
Declaration
public bool Mirrored { get; set; }
Property Value
System.Boolean
System.Boolean |
Orientation
Gets or sets the orientation of the gauge.
Declaration
public GaugeOrientation Orientation { get; set; }
Property Value
GaugeOrientation
|
Ranges
Gets the collection of LinearGaugeRange defined for the current Gauge.
Declaration
public LinearGaugeRangeCollection Ranges { get; }
Property Value
LinearGaugeRangeCollection
|
Reversed
Gets or sets the Reversed property of the gauge which determines the drawing direction for its ranges. The default direction is left-to-right for horizontal and bottom-to-top for vertical gauge.
Declaration
public bool Reversed { get; set; }
Property Value
System.Boolean
System.Boolean |
Scales
Gets the collection of LinearGaugeScale defined for the current Gauge.
Declaration
public LinearGaugeScaleCollection Scales { get; }
Property Value
LinearGaugeScaleCollection
|
Ticks
Gets the collection of LinearGaugeTicks defined for the current Gauge.
Declaration
public LinearGaugeTicksCollection Ticks { get; }
Property Value
LinearGaugeTicksCollection
|
Value
Gets or sets the current value of the Gauge.
Declaration
public object Value { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |