New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public GaugeTicksBase()

Properties

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; }

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; }

Gets or sets number of ticks that should be generated for the given gauge range.

C#
public object SegmentCount { get; set; }

Internal use only

C#
public TickType Type { get; set; }