LinearGaugeIndicator
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LinearGaugeIndicator : ProcessingElement
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementLinearGaugeIndicator...
Inherited Members
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; }