LinearGauge
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class LinearGauge : GaugeBase, ITableCell, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemGaugeBaseLinearGauge...
Implements:
Inherited Members
Constructors
C#
public LinearGauge()
Properties
Internal use only
C#
public LinearGaugeIndicator Indicator { get; }
Labels
IList<LinearGaugeLabels>
Internal use only
C#
public IList<LinearGaugeLabels> Labels { get; }
Mirrored
bool
Gets or sets the Mirrored property of the gauge.
C#
public bool Mirrored { get; set; }
Gets or sets the orientation of the gauge.
C#
public GaugeOrientation Orientation { get; set; }
Ranges
IList<LinearGaugeRange>
Internal use only
C#
public IList<LinearGaugeRange> Ranges { get; }
Reversed
bool
Gets or sets the Reversed property of the gauge.
C#
public bool Reversed { get; set; }
Scales
IList<LinearGaugeScale>
Internal use only
C#
public IList<LinearGaugeScale> Scales { get; }
Ticks
IList<LinearGaugeTicks>
Internal use only
C#
public IList<LinearGaugeTicks> Ticks { get; }