LinearGaugeLabels
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LinearGaugeLabels : GaugeLabelsBase
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementGaugeLabelsBaseLinearGaugeLabels...
Inherited Members
Constructors
C#
public LinearGaugeLabels()
Properties
Offset
double
Gets or sets the placement offset of the labels in percentage ratio to the gauge width.
C#
public double Offset { get; set; }
Gets or sets the rendering type of the labels.
C#
public GaugeLabelsRenderingType RenderingType { get; set; }