New to Telerik ReportingStart a free 30-day trial

Represents a set of ticks within a radial gauge.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeTicks : GaugeTicksBase

Inheritance: objectReportObjectGaugeTicksBaseRadialGaugeTicks

Inherited Members GaugeTicksBase.StyleGaugeTicksBase.LengthGaugeTicksBase.FirstVisibleIndexGaugeTicksBase.LastVisibleIndexGaugeTicksBase.SegmentCountGaugeTicksBase.TickTypeReportObject.ToString(string[])...

Constructors

TODO: Add documentation.

C#
public RadialGaugeTicks()

Properties

Radius

double

Gets or sets the placement radius of the ticks in percentage ratio to the gauge radius.

C#
public double Radius { get; set; }
Property Value:

Can be a numeric value.