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. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |
Format
Gets or sets the format of the label strings.
Declaration
public string Format { get; set; }
Property Value
System.
|
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. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |
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. Can be a numeric value
or an expression that evaluates to a numeric value.
Expressions are a System. |