Class
GaugeTicksBase

Internal use only

Definition

Constructors

GaugeTicksBase()

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public object SegmentCount { get; set; }

Property Value

object

Type

Internal use only

Declaration

cs-api-definition
public TickType Type { get; set; }

Property Value

TickType