Class
LinearGaugeRange

Internal use only

Definition

Constructors

LinearGaugeRange()

Declaration

cs-api-definition
public LinearGaugeRange()

Properties

End

Gets or sets the end of the current gauge's range.

Declaration

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

Property Value

object

EndWidth

Gets or sets the end width of Gauge's range in percentage of the total width.

Declaration

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

Property Value

double

Offset

Gets or sets the current offset the Gauge's range in percentage of the total width.

Declaration

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

Property Value

double

Start

Gets or sets the start of the current gauge's range.

Declaration

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

Property Value

object

StartWidth

Gets or sets the start width of Gauge's range in percentage of the total width.

Declaration

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

Property Value

double