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 Linear
Declaration
public LinearGaugeIndicator Indicator { get; }
Property Value
Labels
Gets the collection of Linear
Declaration
public LinearGaugeLabelsCollection Labels { get; }
Property Value
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. System. |
Orientation
Gets or sets the orientation of the gauge.
Declaration
public GaugeOrientation Orientation { get; set; }
Property Value
Ranges
Gets the collection of Linear
Declaration
public LinearGaugeRangeCollection Ranges { get; }
Property Value
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. System. |
Scales
Gets the collection of Linear
Declaration
public LinearGaugeScaleCollection Scales { get; }
Property Value
Ticks
Gets the collection of Linear
Declaration
public LinearGaugeTicksCollection Ticks { get; }
Property Value
Value
Gets or sets the current value of the Gauge.
Declaration
public object Value { get; set; }
Property Value
System. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |