LinearGaugeLabels
Class
Represents a set of labels within a linear gauge.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeLabels : GaugeLabelsBase
Inheritance: objectReportObjectGaugeLabelsBaseLinearGaugeLabels
Inherited Members
Constructors
Internal use only
C#
public LinearGaugeLabels()
Properties
Offset
double
Gets or sets the offset of the Gauge's labels.
C#
public double Offset { get; set; }
Can be a numeric value.
Gets or sets the rendering type of the Gauge's labels.
C#
public GaugeLabelsRenderingType RenderingType { get; set; }