GaugeLabelsBase
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GaugeLabelsBase : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementGaugeLabelsBase...
Derived Classes:
Inherited Members
Constructors
C#
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).
C#
public object FirstVisibleValue { get; set; }
Format
string
Gets or sets the format of the label strings.
C#
public string Format { get; set; }
LabelSegmentCount
object
Gets or sets number of labels that should be generated for the given gauge range.
C#
public object LabelSegmentCount { get; set; }
LastVisibleValue
object
Gets or sets the index of the last visible label (can be used to constraint the label set in a smaller range than the full one).
C#
public object LastVisibleValue { get; set; }