New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public LinearGaugeIndicator()

Properties

Length

double

Gets or sets the length of the needle in percentage ratio to the total gauge width.

C#
public double Length { get; set; }

Offset

object

Gets or sets the current indicator offset of the gauge.

C#
public object Offset { get; set; }

Thickness

double

Gets or sets the current indicator thickness of the gauge.

C#
public double Thickness { get; set; }

Gets or sets the indicator type of gauge.

C#
public IndicatorType Type { get; set; }