Class GaugeLabelsBase
Inheritance
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class GaugeLabelsBase : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
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
|
Format
Gets or sets the format of the label strings.
Declaration
public string Format { get; set; }
Property Value
System.String
|
LabelSegmentCount
Gets or sets number of labels that should be generated for the given gauge range.
Declaration
public object LabelSegmentCount { get; set; }
Property Value
System.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
public object LastVisibleValue { get; set; }
Property Value
System.Object
|