GaugeLabelsBase
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
TODO: Add documentation.
protected GaugeLabelsBase()
Properties
FirstVisibleValue
object
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).
[TypeConverter(typeof(ObjectValueConverter))]
public object FirstVisibleValue { get; set; }
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.
public string Format { get; set; }
LastVisibleValue
object
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).
[TypeConverter(typeof(ObjectValueConverter))]
public object LastVisibleValue { get; set; }
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".
SegmentCount
object
Gets or sets number of labeled segments that should be generated for the given gauge range
[TypeConverter(typeof(ObjectValueConverter))]
public object SegmentCount { get; set; }
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a string that starts with "=".