New to Telerik ReportingStart a free 30-day trial

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 GaugeLabelsBase.StyleGaugeLabelsBase.FirstVisibleValueGaugeLabelsBase.LastVisibleValueGaugeLabelsBase.SegmentCountGaugeLabelsBase.FormatReportObject.ToString(string[])...

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; }
Property Value:

Can be a numeric value.

Gets or sets the rendering type of the Gauge's labels.

C#
public GaugeLabelsRenderingType RenderingType { get; set; }