ClassLinearGauge
Internal use only
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(LinearGauge), "Resources.GaugeLinear.png")]
public class LinearGauge : DataItem, IToggleVisibilityTarget, IActionTarget, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectReportItemBaseReportItemDataItemLinearGauge
Implements:
Inherited Members
Constructors
Properties
Indicator
Gets the LinearGaugeIndicator defined for the current Gauge.
Declaration
public LinearGaugeIndicator Indicator { get; }
Property Value
Labels
Gets the collection of LinearGaugeLabels defined for the current Gauge.
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
bool
boolOrientation
Gets or sets the orientation of the gauge.
Declaration
public GaugeOrientation Orientation { get; set; }
Property Value
Ranges
Gets the collection of LinearGaugeRange defined for the current Gauge.
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
bool
boolScales
Gets the collection of LinearGaugeScale defined for the current Gauge.
Declaration
public LinearGaugeScaleCollection Scales { get; }
Property Value
Ticks
Gets the collection of LinearGaugeTicks defined for the current Gauge.
Declaration
public LinearGaugeTicksCollection Ticks { get; }
Property Value
Value
Gets or sets the current value of the Gauge.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object Value { get; set; }
Property Value
object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".