Class
LinearGaugeIndicator

Represents a single range within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeIndicator : ReportObject

Inheritance: objectReportObjectLinearGaugeIndicator

Inherited Members ReportObject.ToString(string[])

Constructors

LinearGaugeIndicator()

Internal use only

Declaration

cs-api-definition
public LinearGaugeIndicator()

Properties

Length

Gets or sets the length of the needle in percentage ratio to the total gauge width.

Declaration

cs-api-definition
public double Length { get; set; }

Property Value

double

Can be a numeric value.

Offset

Gets or sets the offset of the needle start in percentage ratio to the total gauge width.

Declaration

cs-api-definition
[TypeConverter(typeof(ObjectValueConverter))]
public object Offset { 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 "=".

Style

Gets the style of the gauge indicator.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Thickness

Gets or sets the current indicator thickness of the gauge.

Declaration

cs-api-definition
public double Thickness { get; set; }

Property Value

double

Can be a numeric value.

Type

Gets or sets the indicator type of the Gauge.

Declaration

cs-api-definition
public IndicatorType Type { get; set; }

Property Value

IndicatorType