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