Class
GaugeLabelsBase

Internal use only

Definition

Constructors

GaugeLabelsBase()

Declaration

cs-api-definition
protected GaugeLabelsBase()

Properties

FirstVisibleValue

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).

Declaration

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

Property Value

object

Format

Gets or sets the format of the label strings.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

LabelSegmentCount

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

Declaration

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

Property Value

object

LastVisibleValue

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).

Declaration

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

Property Value

object