Charting for WinForms Programmer's Guide
OvalGauge Members
Constructors Properties Methods Events
 


Represents a circular gauge control.

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

 Public Constructors

  Name Description

OvalGauge

Initializes a new instance of the OvalGauge class.

 Public Properties

  Name Description

CacheVisuals

Gets or sets a value indicating whether the gauge will cache all background and foreground elements to improve performance. (Inherited from BaseGauge.)

LicenseKey

Gets or sets the license key of the control. (Inherited from BaseGauge.)

Scales

Gets or sets the scales contained in the gauge. (Inherited from BaseGauge.)

Style

Gets or sets the visual style of the oval gauge.

 Protected Properties

  Name Description

DefaultSize

Control.DefaultSize override. (Inherited from BaseGauge.)

 Public Methods

  Name Description

GetElementByName

Returns the VisualElement object corresponding to the specified name. (Inherited from BaseGauge.)

HitTestObj

Checks whether the specified point lies within the visual structure of a scale element. (Inherited from BaseGauge.)

 Protected Methods

  Name Description

OnMouseDown

Control.OnMouseDown override. (Inherited from BaseGauge.)

OnMouseMove

Control.OnMouseMove override. (Inherited from BaseGauge.)

OnMouseUp

Control.OnMouseUp override. (Inherited from BaseGauge.)

OnPaint

Control.OnPaint override. (Inherited from BaseGauge.)

OnPaintBackground

Raises the PaintBackground event. (Inherited from BaseGauge.)

OnPaintForeground

Raises the PaintForeground event. (Inherited from BaseGauge.)

OnPaintPointer

Raises the PaintPointer event. (Inherited from BaseGauge.)

OnPaintScale

Raises the PaintScale event. (Inherited from BaseGauge.)

OnPaintTick

Raises the PaintTick event. (Inherited from BaseGauge.)

OnPrepaintBackground

Raises the PrepaintBackground event. (Inherited from BaseGauge.)

OnPrepaintForeground

Raises the PrepaintForeground event. (Inherited from BaseGauge.)

OnPrepaintPointer

Raises the PrepaintPointer event. (Inherited from BaseGauge.)

OnPrepaintScale

Raises the PrepaintScale event. (Inherited from BaseGauge.)

OnPrepaintTick

Raises the PrepaintTick event. (Inherited from BaseGauge.)

OnSizeChanged

Control.OnSizeChanged override. (Inherited from BaseGauge.)

 Public Events

  Name Description

PaintBackground

Raised when the gauge background is being painted. (Inherited from BaseGauge.)

PaintForeground

Raised when the gauge foreground is being painted. (Inherited from BaseGauge.)

PaintPointer

Raised when a pointer in the gauge is being painted. (Inherited from BaseGauge.)

PaintScale

Raised when a tick in the gauge is being painted. (Inherited from BaseGauge.)

PaintTick

Raised when a tick in the gauge is being painted. (Inherited from BaseGauge.)

PrepaintBackground

Raised when the gauge background is being painted. (Inherited from BaseGauge.)

PrepaintForeground

Raised when the gauge foreground is being painted. (Inherited from BaseGauge.)

PrepaintPointer

Raised when a pointer in the gauge is being painted. (Inherited from BaseGauge.)

PrepaintScale

Raised when a tick in the gauge is being painted. (Inherited from BaseGauge.)

PrepaintTick

Raised when a tick in the gauge is being painted. (Inherited from BaseGauge.)

 See Also

OvalGauge Class
MindFusion.Gauges.WinForms Namespace