Search
OvalGaugeStyle Enumeration
See Also
 






Specifies the appearance of an oval gauge.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  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