Class
GaugeLabelsBase

Represents a set of labels within a radial gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

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

Inheritance: objectReportObjectGaugeLabelsBase

Derived Classes: LinearGaugeLabelsRadialGaugeLabels

Inherited Members ReportObject.ToString(string[])

Constructors

GaugeLabelsBase()

TODO: Add documentation.

Declaration

cs-api-definition
protected GaugeLabelsBase()

Properties

FirstVisibleValue

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).

Declaration

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

Format

Gets or sets the format of the label strings.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

LastVisibleValue

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).

Declaration

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

SegmentCount

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

Declaration

cs-api-definition
[TypeConverter(typeof(ObjectValueConverter))]
public object SegmentCount { 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 label set.

Declaration

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

Property Value

Style