Class
LinearGaugeLabels

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

Constructors

LinearGaugeLabels()

Internal use only

Declaration

cs-api-definition
public LinearGaugeLabels()

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

GaugeLabelsRenderingType