Class LinearGaugeLabels
Inheritance
System.Object
LinearGaugeLabels
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeLabels : GaugeLabelsBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
Constructors
LinearGaugeLabels()
Declaration
public LinearGaugeLabels()
Properties
Offset
Gets or sets the placement offset of the labels in percentage ratio to the gauge width.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
RenderingType
Gets or sets the rendering type of the labels.
Declaration
public GaugeLabelsRenderingType RenderingType { get; set; }
Property Value
GaugeLabelsRenderingType
|