New to Telerik ReportingStart a free 30-day trial

Represents a set of labels within a radial gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class GaugeLabelsBase : ReportObject

Inheritance: objectReportObjectGaugeLabelsBase

Derived Classes: LinearGaugeLabelsRadialGaugeLabels

Inherited Members ReportObject.ToString(string[])

Constructors

TODO: Add documentation.

C#
protected GaugeLabelsBase()

Properties

Gets or sets the value of the first visible label (can be used to constraint the label set in a smaller range than the full one).

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object FirstVisibleValue { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Format

string

Gets or sets the format of the label strings.

C#
public string Format { get; set; }

Gets or sets the value of the last visible label (can be used to constraint the label set in a smaller range than the full one).

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object LastVisibleValue { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Gets or sets number of labeled segments that should be generated for the given gauge range

C#
[TypeConverter(typeof(ObjectValueConverter))]
public object SegmentCount { get; set; }
Property Value:

Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".

Gets the style of the label set.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }