ClassGaugeLabelsBase
Represents a set of labels within a radial gauge.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class GaugeLabelsBase : ReportObject
Inheritance: objectReportObjectGaugeLabelsBase
Derived Classes:
Inherited Members
Constructors
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
[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
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
[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
[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 "=".