Charting for WinForms Programmer's Guide
OvalGaugeStyle Enumeration
See Also
 






Specifies the appearance of an oval gauge.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public enum OvalGaugeStyle

Visual Basic  Copy Code

Public Enum OvalGaugeStyle

 Members

  Member name Description

Circular

Indicates a regular circular appearance.

QuadraticNE

Indicates a quadratic appearance with the scales oriented towards North-East.

QuadraticNW

Indicates a quadratic appearance with the scales oriented towards North-West.

QuadraticSE

Indicates a quadratic appearance with the scales oriented towards South-East.

QuadraticSW

Indicates a quadratic appearance with the scales oriented towards South-West.

SemicircleE

Indicates a semi-circular appearance with the scales oriented towards East.

SemicircleN

Indicates a semi-circular appearance with the scales oriented towards North.

SemicircleS

Indicates a semi-circular appearance with the scales oriented towards South.

SemicircleW

Indicates a semi-circular appearance with the scales oriented towards West.

 Remarks

Values of this enumeration can be assigned to the Style property of OvalGauge.

 See Also

MindFusion.Gauges Namespace