New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public LinearGaugeScale()

Properties

End

object

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

C#
public object End { get; set; }

Offset

double

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

C#
public double Offset { get; set; }

Start

object

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

C#
public object Start { get; set; }