New to Telerik ReportingStart a free 30-day trial

Represents a set of ticks within a linear gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LinearGaugeTicks : GaugeTicksBase

Inheritance: objectReportObjectGaugeTicksBaseLinearGaugeTicks

Inherited Members GaugeTicksBase.StyleGaugeTicksBase.LengthGaugeTicksBase.FirstVisibleIndexGaugeTicksBase.LastVisibleIndexGaugeTicksBase.SegmentCountGaugeTicksBase.TickTypeReportObject.ToString(string[])...

Constructors

TODO: Add documentation.

C#
public LinearGaugeTicks()

Properties

Offset

double

Gets or sets the offset of the ticks of the Gauge.

C#
public double Offset { get; set; }
Property Value:

Can be a numeric value.