ClassGaugeTicksBase
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
public class GaugeTicksBase : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementGaugeTicksBase
Derived Classes:
Inherited Members
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
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
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
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
object