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
height
height:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:18
Height
Inherited from
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
marginLeft
marginLeft:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:10
Left margin.
Inherited from
marginRight
marginRight:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:12
Right margin.
Inherited from
marginTop
marginTop:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeStyle.ts:14
Top margin.
Inherited from
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
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
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
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.