Class LinearGaugeLabels
Represents a set of labels within a linear gauge.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeLabels : GaugeLabelsBase
Constructors
LinearGaugeLabels()
Declaration
public LinearGaugeLabels()
Properties
Offset
Gets or sets the offset of the Gauge's labels.
Declaration
public double Offset { get; set; }
Property Value
System.Double
Can be a numeric value. |
RenderingType
Gets or sets the rendering type of the Gauge's labels.
Declaration
public GaugeLabelsRenderingType RenderingType { get; set; }
Property Value
GaugeLabelsRenderingType
|