LinearGaugeTicks
Class
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
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; }
Can be a numeric value.