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