ClassGaugeLabelsBase
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class GaugeLabelsBase : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementGaugeLabelsBase
Derived Classes:
Inherited Members
Constructors
GaugeLabelsBase()
Declaration
cs-api-definition
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
cs-api-definition
public object FirstVisibleValue { get; set; }
Property Value
object
Format
Gets or sets the format of the label strings.
Declaration
cs-api-definition
public string Format { get; set; }
Property Value
string
LabelSegmentCount
Gets or sets number of labels that should be generated for the given gauge range.
Declaration
cs-api-definition
public object LabelSegmentCount { get; set; }
Property Value
object
LastVisibleValue
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).
Declaration
cs-api-definition
public object LastVisibleValue { get; set; }
Property Value
object