Interface: XMLHorizontalGaugeStyle
A circular gauge style definition
Hierarchy
↳
XMLHorizontalGaugeStyle
Properties
cursorColor
• cursorColor: string
The color of the cursor.
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:18
marginBottom
• marginBottom: number
Bottom margin.
Inherited from
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:73
marginLeft
• marginLeft: number
Left margin.
Inherited from
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:67
marginRight
• marginRight: number
Right margin.
Inherited from
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:69
marginTop
• marginTop: number
Top margin.
Inherited from
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:71
pointerStyle
• pointerStyle: "standard"
| "arrow"
What kind of pointer to use.
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:16
reverseY
• reverseY: boolean
TODO dunno what this does yet
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:22
sizePercent
• sizePercent: number
TODO The scaling ratio on the gauge?
Inherited from
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:65
textIncrement
• textIncrement: number
TODO Gradation labels on the arc?
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:12
valuePos
• valuePos: XMLHorizontalGaugeValuePos
Where to put the value.
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:14
valuePrecision
• valuePrecision: number
The precision of the value as an int.
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:24
width
• width: number
TODO Width in pixels? as a float.
Defined in
src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:20