RadialGaugeTicks
Class
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
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; }
Can be a numeric value.