Specifies the appearance of an oval gauge.
Namespace: MindFusion.Gauges
File: Enum.js
JavaScript Copy Code |
---|
// enum |
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. |