New to Telerik ReportingStart a free 30-day trial

Internal use only

Definition

Constructors

C#
public RadialGaugeRange()

Properties

End

object

Gets or sets the end of the arc range.

C#
public object End { get; set; }

Gets or sets the the inner radius of the range arc in percentage ratio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.

C#
public double InnerRadius { get; set; }

Gets or sets the outer radius of the range arc in percentage ratio to the gauge radius. Larger difference betweeen inner and outer radii will produce a thicker arc.

C#
public double OuterRadius { get; set; }

Start

object

Gets or sets the start of the arc range.

C#
public object Start { get; set; }