Class
LinearGaugeScale

Internal use only

Definition

Constructors

LinearGaugeScale()

Declaration

cs-api-definition
public LinearGaugeScale()

Properties

End

Gets or sets the end of the current scale of the Gauge.

Declaration

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

Property Value

object

Offset

Gets or sets the offset of the current scale of the Gauge.

Declaration

cs-api-definition
public double Offset { get; set; }

Property Value

double

Start

Gets or sets the start of the current scale of the Gauge.

Declaration

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

Property Value

object