Search
GaugeRenderer Members
Constructors Properties Methods
 


A Component that renders gauges in the dashboard.

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

 Public Constructors

  Name Description

GaugeRenderer

Initializes a new instance of the GaugeRenderer class.

 Public Properties

  Name Description

background

Gets or sets a Brush used to draw the background of this gauge.

fontName

Gets or sets the name of font used to draw text in this gauge.

fontSize

Gets or sets the size of font used to draw text in this gauge.

fontStyle

Gets or sets the style of font used to draw text in this gauge.

pointerBackground

Gets or sets a Brush used to draw the background of gauge pointers.

pointerStroke

Gets or sets a Brush used to stroke gauge pointers.

pointerStrokeThickness

Gets or sets the thickness of the Pen used to stroke the gauge pointers.

scaleBackground

Gets or sets a Brush used to draw the background of the gauge scales.

scaleStroke

Gets or sets a Brush used to stroke the gauge scales.

scaleStrokeThickness

Gets or sets the thickness of the Pen used to stroke the gauge scales.

stroke

Gets or sets a Brush used to stroke this gauge.

strokeThickness

Gets or sets the thickness of the Pen used to stroke this gauge.

tickBackground

Gets or sets a Brush used to draw the background of gauge ticks.

tickStroke

Gets or sets a Brush used to stroke gauge ticks.

tickStrokeThickness

Gets or sets the thickness of the Pen used to stroke the gauge ticks.

 Public Methods

  Name Description

getDefaultPointerFill

Gets the default pointer fill.

getDefaultPointerStroke

Gets the default pointer stroke.

 See Also