Skip to main content

Interface: XMLHorizontalGaugeStyle

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:10

A circular gauge style definition

Extends

Properties

cursorColor

cursorColor: string

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:18

The color of the cursor.


marginBottom

marginBottom: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:73

Bottom margin.

Inherited from

XMLGaugeStyle.marginBottom


marginLeft

marginLeft: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:67

Left margin.

Inherited from

XMLGaugeStyle.marginLeft


marginRight

marginRight: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:69

Right margin.

Inherited from

XMLGaugeStyle.marginRight


marginTop

marginTop: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:71

Top margin.

Inherited from

XMLGaugeStyle.marginTop


pointerStyle

pointerStyle: "standard" | "arrow"

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:16

What kind of pointer to use.


reverseY

reverseY: boolean

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:22

TODO dunno what this does yet


sizePercent

sizePercent: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/BaseGauge.ts:65

TODO The scaling ratio on the gauge?

Inherited from

XMLGaugeStyle.sizePercent


textIncrement

textIncrement: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:12

TODO Gradation labels on the arc?


valuePos

valuePos: XMLHorizontalGaugeValuePos

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:14

Where to put the value.


valuePrecision

valuePrecision: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:24

The precision of the value as an int.


width

width: number

Defined in: src/sdk/components/XMLGauges/GaugeDefinitions/HorizontalGauge.ts:20

TODO Width in pixels? as a float.