Search
LinearGaugeRenderer Members
Constructors Properties Methods
 


A Component that renders linear gauges in the dashboard.

The following tables list the members exposed by the LinearGaugeRenderer type.

 Public Constructors

  Name Description

LinearGaugeRenderer

Initializes a new instance of the LinearGaugeRenderer class.

 Public Properties

  Name Description

gauge

Gets or sets the LinearGauge represented by this renderer.

 Public Methods

  Name Description

arrange

Component.Arrange override. Sets the location and size of this component relatively to its parent.

createController

Component.CreateController override. Returns a ComponentController used to interact with this component.

draw

Component.Draw override. Draws this component in specified RenderContext.

measure

Component.Measure override. Measures the desired size of this component.

 See Also