Class GaugeLabelsBase
Represents a set of labels within a radial gauge.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GaugeLabelsBase : ReportObject
Constructors
GaugeLabelsBase()
Declaration
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
public object FirstVisibleValue { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |
Format
Gets or sets the format of the label strings.
Declaration
public string Format { get; set; }
Property Value
System.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
public object LastVisibleValue { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |
SegmentCount
Gets or sets number of labeled segments that should be generated for the given gauge range
Declaration
public object SegmentCount { get; set; }
Property Value
System.Object
Can be a numeric value or an expression that evaluates to a numeric value. Expressions are a System.String that starts with "=". |