Class
RadialGaugeNeedle

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RadialGaugeNeedle : ReportObject

Inheritance: objectReportObjectRadialGaugeNeedle

Inherited Members ReportObject.ToString(string[])

Constructors

RadialGaugeNeedle()

TODO: Add documentation.

Declaration

cs-api-definition
public RadialGaugeNeedle()

Properties

BackLength

Gets or sets the back length (the part "behind" the pivot point) of the needle in percentage ratio to the total gauge radius.

Declaration

cs-api-definition
public double BackLength { get; set; }

Property Value

double

Can be a numeric value.

Length

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

Declaration

cs-api-definition
public double Length { get; set; }

Property Value

double

Can be a numeric value.

PointRadius

Gets or sets the radius of the needle's pivot. It is presented in percentage ratio to the total gauge radius.

Declaration

cs-api-definition
public double PointRadius { get; set; }

Property Value

double

Can be a numeric value.

Style

Gets the style of the needle.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Thickness

Gets or sets the needle's thickness in percentage ratio to the total gauge radius.

Declaration

cs-api-definition
public double Thickness { get; set; }

Property Value

double

Can be a numeric value.