Skip to main content

Interface: G3XGaugeColumnStyle

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeColumnProps.ts:9

Styling options for a gauge column.

Extends

Properties

displayPlus

displayPlus: boolean

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:20

Display plus sign for positive values.

Inherited from

G3XGaugeStyle.displayPlus


height

height: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:18

Height

Inherited from

G3XGaugeStyle.height


justifyContent?

optional justifyContent: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeColumnProps.ts:14

The justify-content style of the column.


marginBottom

marginBottom: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:16

Bottom margin.

Inherited from

G3XGaugeStyle.marginBottom


marginLeft

marginLeft: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:10

Left margin.

Inherited from

G3XGaugeStyle.marginLeft


marginRight

marginRight: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:12

Right margin.

Inherited from

G3XGaugeStyle.marginRight


marginTop

marginTop: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:14

Top margin.

Inherited from

G3XGaugeStyle.marginTop


sizePercent

sizePercent: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:8

The scaling ratio on the gauge

Inherited from

G3XGaugeStyle.sizePercent


textIncrement

textIncrement: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:4

Text increment for numeric text values

Inherited from

G3XGaugeStyle.textIncrement


valuePrecision

valuePrecision: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:6

The precision for numeric text values

Inherited from

G3XGaugeStyle.valuePrecision


width?

optional width: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeColumnProps.ts:11

The width of the column.