New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
protected GaugeLabelsBase()

Properties

Gets or sets the value of the first visible label (can be used to constraint the label set in a smaller range than the full one).

C#
public object FirstVisibleValue { get; set; }

Format

string

Gets or sets the format of the label strings.

C#
public string Format { get; set; }

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

C#
public object LabelSegmentCount { get; set; }

Gets or sets the index of the last visible label (can be used to constraint the label set in a smaller range than the full one).

C#
public object LastVisibleValue { get; set; }