GaugeTicksBase
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class GaugeTicksBase : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementGaugeTicksBase...
Derived Classes:
Inherited Members
Constructors
C#
public GaugeTicksBase()
Properties
FirstVisibleIndex
object
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).
C#
public object FirstVisibleIndex { get; set; }
LastVisibleIndex
object
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).
C#
public object LastVisibleIndex { get; set; }
Length
double
Gets or sets the length of the ticks in percentage ratio to the total gauge radius (for radial gauge) or width (for linear gauge).
C#
public double Length { get; set; }
SegmentCount
object
Gets or sets number of ticks that should be generated for the given gauge range.
C#
public object SegmentCount { get; set; }