IIgrBulletGraphProps
Properties
Section titled "Properties"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 bullet graph is aligned along the scale. Function takes first argument evt and second argument ui. Use ui.owner to obtain reference to gauge widget. Use ui.actualMinimumValue to obtain the minimum value of the bullet graph scale. Use ui.actualMaximumValue to obtain the maximum value of the bullet graph scale. Use ui.value to obtain the value on the the bullet graph 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 bullet graph scale. Use ui.offsetY to obtain the Y offset of the label on the bullet graph scale.
alignLabel?: object Optional backingBrush
Section titled "backingBrush"Gets or sets the brush to use to fill the backing of the bullet graph.
backingBrush?: string Optional backingInnerExtent
Section titled "backingInnerExtent"Gets or sets the inner extent of the bullet graph backing.
backingInnerExtent?: string | number Optional backingOuterExtent
Section titled "backingOuterExtent"Gets or sets the outer extent of the bullet graph 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 Optional font
Section titled "font"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 bullet graph is formatted. Function takes first argument evt and second argument ui. Use ui.owner to obtain reference to the bullet graph widget. Use ui.actualMinimumValue to obtain the minimum value of the bullet graph scale. Use ui.actualMaximumValue to obtain the maximum value of the bullet graph scale. Use ui.value to obtain the value on the the bullet graph scale associated with the label. Use ui.label to obtain the string value of the label.
formatLabel?: object Optional height
Section titled "height"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 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 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 bullet graph.
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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
minorTickStartExtent?: string | number Optional minorTickStrokeThickness
Section titled "minorTickStrokeThickness"Gets or sets the stroke thickness to use when rendering minor ticks.
minorTickStrokeThickness?: 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 bullet graph 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 bullet graph.
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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
rangeOuterExtent?: string | number Optional rangeOutlines
Section titled "rangeOutlines"Gets or sets a collection of brushes to be used as the palette for bullet graph outlines.
rangeOutlines?: string | string[] Optional scaleBackgroundBrush
Section titled "scaleBackgroundBrush"Gets or sets the background brush for the scale.
scaleBackgroundBrush?: string Optional scaleBackgroundOutline
Section titled "scaleBackgroundOutline"Gets or sets the background outline for the scale.
scaleBackgroundOutline?: string Optional scaleBackgroundThickness
Section titled "scaleBackgroundThickness"Gets or sets the background outline thickness for the scale.
scaleBackgroundThickness?: string | number 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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
scaleEndExtent?: string | number Optional scaleStartExtent
Section titled "scaleStartExtent"Gets or sets the position at which to start rendering the scale, measured from the front/bottom of the bullet graph 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 bullet graph.
scaleStartExtent?: 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 targetValue
Section titled "targetValue"Gets or sets the value indicated by the target value bar.
targetValue?: string | number Optional targetValueBreadth
Section titled "targetValueBreadth"Get or sets the breadth of the target value element.
targetValueBreadth?: string | number Optional targetValueBrush
Section titled "targetValueBrush"Gets or sets the brush to use when rendering the fill of the comparative marker.
targetValueBrush?: string Optional targetValueInnerExtent
Section titled "targetValueInnerExtent"Gets or sets the position at which to start rendering the target value, 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 bullet graph.
targetValueInnerExtent?: string | number Optional targetValueName
Section titled "targetValueName"Gets or sets the name used for the target value. The name is displayed in the default target value tooltip.
targetValueName?: string Optional targetValueOuterExtent
Section titled "targetValueOuterExtent"Gets or sets the position at which to start rendering the target value, 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 bullet graph.
targetValueOuterExtent?: string | number Optional targetValueOutline
Section titled "targetValueOutline"Gets or sets the brush to use when rendering the outline of the target value.
targetValueOutline?: string Optional targetValueStrokeThickness
Section titled "targetValueStrokeThickness"Gets or sets the stroke thickness of the outline of the target value bar.
targetValueStrokeThickness?: 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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
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 bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
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 bullet graph 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 Optional value
Section titled "value"Gets or sets the value at which the bar ends.
value?: string | number Optional valueBrush
Section titled "valueBrush"Gets or sets the brush to use for the actual value element.
valueBrush?: string Optional valueInnerExtent
Section titled "valueInnerExtent"Gets or sets the position at which to start rendering the actual value geometries, measured from the front/bottom of the bullet graph 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 bullet graph.
valueInnerExtent?: string | number Optional valueName
Section titled "valueName"Gets or sets the name used for actual value.
valueName?: string Optional valueOuterExtent
Section titled "valueOuterExtent"Gets or sets the position at which to stop rendering the actual value geometries as a value from 0 to 1 measured from the front/bottom of the bullet graph. Values further from zero than 1 can be used to make this extend further than the normal size of the bullet graph.
valueOuterExtent?: string | number Optional valueOutline
Section titled "valueOutline"Gets or sets the brush to use for the outline of actual value element.
valueOutline?: string Optional valueStrokeThickness
Section titled "valueStrokeThickness"Gets or sets the stroke thickness to use when rendering single actual value element.
valueStrokeThickness?: string | number Optional width
Section titled "width"width?: string