New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public LinearGaugeRange()

Properties

End

object

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

C#
public object End { get; set; }

EndWidth

double

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

C#
public double EndWidth { get; set; }

Offset

double

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

C#
public double Offset { get; set; }

Start

object

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

C#
public object Start { get; set; }

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

C#
public double StartWidth { get; set; }