IIgrLinearGaugeProps

Optional actualHighlightValueDisplayMode

Section titled "actualHighlightValueDisplayMode"

Gets whether and how to display the highlighted value.

actualHighlightValueDisplayMode?: any

Optional actualHighlightValueOpacity

Section titled "actualHighlightValueOpacity"

Gets the actual opacity of the primary needle while highlighting

actualHighlightValueOpacity?: string | number

Optional actualMaximumValue

Section titled "actualMaximumValue"

Gets the resolved maximum value of the scale.

actualMaximumValue?: string | number

Optional actualMinimumValue

Section titled "actualMinimumValue"

Gets the resolved minimum value of the scale.

actualMinimumValue?: string | number

Optional actualPixelScalingRatio

Section titled "actualPixelScalingRatio"

Gets the actual pixel scaling ratio used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

actualPixelScalingRatio?: string | number

Optional alignLabel

Section titled "alignLabel"

Event which is raised when a label of the linear gauge is aligned along the scale. Function takes first argument evt and second argument ui. Use ui.owner to obtain reference to the gauge widget. Use ui.actualMinimumValue to obtain the minimum value of the gauge scale. Use ui.actualMaximumValue to obtain the maximum value of the gauge scale. Use ui.value to obtain the value on the gauge scale associated with the label. Use ui.label to obtain the string value of the label. Use ui.width to obtain the width of the label. Use ui.height to obtain the height of the label. Use ui.offsetX to obtain the X offset of the label on the gauge scale. Use ui.offsetY to obtain the Y offset of the label on the gauge scale.

alignLabel?: object

Optional backingBrush

Section titled "backingBrush"

Gets or sets the brush to use to fill the backing of the linear gauge.

backingBrush?: string

Optional backingInnerExtent

Section titled "backingInnerExtent"

Gets or sets the inner extent of the linear gauge backing.

backingInnerExtent?: string | number

Optional backingOuterExtent

Section titled "backingOuterExtent"

Gets or sets the outer extent of the linear gauge backing.

backingOuterExtent?: string | number

Optional backingOutline

Section titled "backingOutline"

Gets or sets the brush to use for the outline of the backing.

backingOutline?: string

Optional backingStrokeThickness

Section titled "backingStrokeThickness"

Gets or sets the stroke thickness of the backing outline.

backingStrokeThickness?: string | number

Optional children

Section titled "children"
children?: ReactNode

Gets or sets the font.

font?: string

Optional fontBrush

Section titled "fontBrush"

Gets or sets the brush to use for the label font.

fontBrush?: string

Optional formatLabel

Section titled "formatLabel"

Event which is raised when a label of the the gauge is formatted. Function takes first argument evt and second argument ui. Use ui.owner to obtain reference to the gauge widget. Use ui.actualMinimumValue to obtain the minimum value of the gauge scale. Use ui.actualMaximumValue to obtain the maximum value of the gauge scale. Use ui.value to obtain the value on the the gauge scale associated with the label. Use ui.label to obtain the string value of the label.

formatLabel?: object
height?: string

Optional highlightValue

Section titled "highlightValue"

Gets or sets the highlight value at which to point the secondary needle of the gauge.

highlightValue?: string | number

Optional highlightValueChanged

Section titled "highlightValueChanged"

Occurs when the Hightlight Value property changes.

highlightValueChanged?: object

Optional highlightValueDisplayMode

Section titled "highlightValueDisplayMode"

Gets or sets whether and how to display the highlighted value.

highlightValueDisplayMode?: any

Optional highlightValueOpacity

Section titled "highlightValueOpacity"

Gets or sets the opacity of the primary needle while highlighting

highlightValueOpacity?: string | number

Optional interval

Section titled "interval"

Gets or sets the interval to use for the scale.

interval?: string | number

Optional isHighlightNeedleDraggingEnabled

Section titled "isHighlightNeedleDraggingEnabled"

Gets or sets whether highlight needle dragging is enabled or not.

isHighlightNeedleDraggingEnabled?: string | boolean

Optional isNeedleDraggingEnabled

Section titled "isNeedleDraggingEnabled"

Gets or sets whether needle dragging is enabled or not.

isNeedleDraggingEnabled?: string | boolean

Optional isScaleInverted

Section titled "isScaleInverted"

Gets or sets a value indicating whether the scale is inverted. When the scale is inverted the direction in which the scale values increase is right to left.

isScaleInverted?: string | boolean

Optional labelExtent

Section titled "labelExtent"

Gets or sets the position at which to put the labels as a value from 0 to 1, measured from the bottom of the scale. Values further from zero than 1 can be used to hide the labels of the linear gauge.

labelExtent?: string | number

Optional labelFormat

Section titled "labelFormat"

Gets or sets the label composite format used when creating label values.

labelFormat?: string

Optional labelFormatSpecifiers

Section titled "labelFormatSpecifiers"

Gets or sets the format specifiers to use with the LabelFormat string.

labelFormatSpecifiers?: any[]

Optional labelInterval

Section titled "labelInterval"

Gets or sets the interval to use for rendering labels. This defaults to be the same interval as the tickmarks on the scale.

labelInterval?: string | number

Optional labelsPostInitial

Section titled "labelsPostInitial"

A value to start adding labels, added to the scale's MinimumValue.

labelsPostInitial?: string | number

Optional labelsPreTerminal

Section titled "labelsPreTerminal"

A value to stop adding labels, subtracted from the scale's MaximumValue.

labelsPreTerminal?: string | number

Optional labelsVisible

Section titled "labelsVisible"

Gets or sets whether the labels are visible in the gauge.

labelsVisible?: string | boolean

Optional maximumValue

Section titled "maximumValue"

Gets or sets the maximum value of the scale.

maximumValue?: string | number

Optional mergeViewports

Section titled "mergeViewports"

Gets or sets whether the scale viewport will be merged with backing viewport.

mergeViewports?: string | boolean

Optional minimumValue

Section titled "minimumValue"

Gets or sets the minimum value of the scale.

minimumValue?: string | number

Optional minorTickBrush

Section titled "minorTickBrush"

Gets or sets the brush to use for the minor tickmarks.

minorTickBrush?: string

Optional minorTickCount

Section titled "minorTickCount"

Gets or sets the number of minor tickmarks to place between major tickmarks.

minorTickCount?: string | number

Optional minorTickEndExtent

Section titled "minorTickEndExtent"

Gets or sets the position at which to stop rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

minorTickEndExtent?: string | number

Optional minorTickStartExtent

Section titled "minorTickStartExtent"

Gets or sets the position at which to start rendering the minor tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

minorTickStartExtent?: string | number

Optional minorTickStrokeThickness

Section titled "minorTickStrokeThickness"

Gets or sets the stroke thickness to use when rendering minor ticks.

minorTickStrokeThickness?: string | number

Optional needleBreadth

Section titled "needleBreadth"

Gets or sets the needle breadth.

needleBreadth?: string | number

Optional needleBrush

Section titled "needleBrush"

Gets or sets the brush to use for needle element.

needleBrush?: string

Optional needleInnerBaseWidth

Section titled "needleInnerBaseWidth"

Gets or sets the width of the needle's inner base.

needleInnerBaseWidth?: string | number

Optional needleInnerExtent

Section titled "needleInnerExtent"

Gets or sets the position at which to start rendering the needle geometry, measured from the front/bottom of the linear gauge as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

needleInnerExtent?: string | number

Optional needleInnerPointExtent

Section titled "needleInnerPointExtent"

Gets or sets the extent of the needle's inner point.

needleInnerPointExtent?: string | number

Optional needleInnerPointWidth

Section titled "needleInnerPointWidth"

Gets or sets the width of the needle's inner point.

needleInnerPointWidth?: string | number

Optional needleName

Section titled "needleName"

Gets or sets the name used for needle.

needleName?: string

Optional needleOuterBaseWidth

Section titled "needleOuterBaseWidth"

Gets or sets the width of the needle's outer base.

needleOuterBaseWidth?: string | number

Optional needleOuterExtent

Section titled "needleOuterExtent"

Gets or sets the position at which to stop rendering the needle geometry as a value from 0 to 1 measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

needleOuterExtent?: string | number

Optional needleOuterPointExtent

Section titled "needleOuterPointExtent"

Gets or sets the extent of the needle's outer point.

needleOuterPointExtent?: string | number

Optional needleOuterPointWidth

Section titled "needleOuterPointWidth"

Gets or sets the width of the needle's outer point.

needleOuterPointWidth?: string | number

Optional needleOutline

Section titled "needleOutline"

Gets or sets the brush to use for the outline of needle element.

needleOutline?: string

Optional needleShape

Section titled "needleShape"

Gets or sets the shape to use when rendering the needle from a number of options.

needleShape?: string | LinearGraphNeedleShape

Optional needleStrokeThickness

Section titled "needleStrokeThickness"

Gets or sets the stroke thickness to use when rendering single actual value element.

needleStrokeThickness?: string | number

Optional orientation

Section titled "orientation"

Gets or sets the orientation of the scale.

orientation?: string | LinearScaleOrientation

Optional pixelScalingRatio

Section titled "pixelScalingRatio"

Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

pixelScalingRatio?: string | number

Optional rangeBrushes

Section titled "rangeBrushes"

Gets or sets a collection of brushes to be used as the palette for linear gauge ranges.

rangeBrushes?: string | string[]

Optional rangeInnerExtent

Section titled "rangeInnerExtent"

Gets or sets the position at which to start rendering the ranges, measured from the front/bottom of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

rangeInnerExtent?: string | number

Optional rangeOuterExtent

Section titled "rangeOuterExtent"

Gets or sets the position at which to stop rendering the range as a value from 0 to 1 measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

rangeOuterExtent?: string | number

Optional rangeOutlines

Section titled "rangeOutlines"

Gets or sets a collection of brushes to be used as the palette for linear gauge outlines.

rangeOutlines?: string | string[]

Optional scaleBrush

Section titled "scaleBrush"

Gets or sets the brush to use to fill the scale of the linear gauge.

scaleBrush?: string

Optional scaleEndExtent

Section titled "scaleEndExtent"

Gets or sets the position at which to stop rendering the scale as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

scaleEndExtent?: string | number

Optional scaleInnerExtent

Section titled "scaleInnerExtent"

Gets or sets the position at which to start rendering the scale, measured from the bottom/front (when orientation is horizontal/vertical) of the control as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

scaleInnerExtent?: string | number

Optional scaleOuterExtent

Section titled "scaleOuterExtent"

Gets or sets the position at which to stop rendering the scale as a value from 0 to 1 measured from the bottom/front (when orientation is horizontal/vertical) of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

scaleOuterExtent?: string | number

Optional scaleOutline

Section titled "scaleOutline"

Gets or sets the brush to use for the outline of the scale.

scaleOutline?: string

Optional scaleStartExtent

Section titled "scaleStartExtent"

Gets or sets the position at which to start rendering the scale, measured from the front/bottom of the linear gauge as a value from 0 to 1. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

scaleStartExtent?: string | number

Optional scaleStrokeThickness

Section titled "scaleStrokeThickness"

Gets or sets the stroke thickness of the scale outline.

scaleStrokeThickness?: string | number

Optional showToolTip

Section titled "showToolTip"

Gets or sets a value indicating whether tooltips are enabled.

showToolTip?: string | boolean

Optional showToolTipTimeout

Section titled "showToolTipTimeout"

Gets or sets the time in milliseconds that tooltip appearance is delayed with.

showToolTipTimeout?: string | number

Optional tickBrush

Section titled "tickBrush"

Gets or sets the brush to use for the major tickmarks.

tickBrush?: string

Optional tickEndExtent

Section titled "tickEndExtent"

Gets or sets the position at which to stop rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

tickEndExtent?: string | number

Optional ticksPostInitial

Section titled "ticksPostInitial"

A value to start adding tickmarks, added to the scale's MinimumValue.

ticksPostInitial?: string | number

Optional ticksPreTerminal

Section titled "ticksPreTerminal"

A value to stop adding tickmarks, subtracted from the scale's MaximumValue.

ticksPreTerminal?: string | number

Optional tickStartExtent

Section titled "tickStartExtent"

Gets or sets the position at which to start rendering the major tickmarks as a value from 0 to 1, measured from the front/bottom of the linear gauge. Values further from zero than 1 can be used to make this extend further than the normal size of the linear gauge.

tickStartExtent?: string | number

Optional tickStrokeThickness

Section titled "tickStrokeThickness"

Gets or sets the stroke thickness to use when rendering ticks.

tickStrokeThickness?: string | number

Optional transitionDuration

Section titled "transitionDuration"

Gets or sets the number of milliseconds over which changes to the linear gauge should be animated.

transitionDuration?: string | number

Optional transitionProgress

Section titled "transitionProgress"

Gets the transition progress of the animation when the control is animating.

transitionProgress?: string | number

Gets or sets the value at which the needle is positioned.

value?: string | number

Optional valueChanged

Section titled "valueChanged"

Occurs when the Value property changes.

valueChanged?: object
width?: string