Class LinearGaugeTicks
Represents a set of ticks within a linear gauge.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class LinearGaugeTicks : GaugeTicksBase
Constructors
LinearGaugeTicks()
Declaration
public LinearGaugeTicks()
Properties
Offset
Gets or sets the offset of the ticks of the Gauge.
Declaration
public double Offset { get; set; }
Property Value
System.Double
Can be a numeric value. |