Class GaugeTicksBase
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class GaugeTicksBase : ProcessingElement, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext
Constructors
GaugeTicksBase()
Declaration
public GaugeTicksBase()
Properties
FirstVisibleIndex
Gets or sets the index of the first visible tick (can be used to constraint the tick set in a smaller range than the full one).
Declaration
public object FirstVisibleIndex { get; set; }
Property Value
System.Object
|
LastVisibleIndex
Gets or sets the index of the last visible tick (can be used to constraint the tick set in a smaller range than the full one).
Declaration
public object LastVisibleIndex { get; set; }
Property Value
System.Object
|
Length
Gets or sets the length of the ticks in percentage ratio to the total gauge radius (for radial gauge) or width (for linear gauge).
Declaration
public double Length { get; set; }
Property Value
System.Double
|
SegmentCount
Gets or sets number of ticks that should be generated for the given gauge range.
Declaration
public object SegmentCount { get; set; }
Property Value
System.Object
|