Hierarchy

Hierarchy

  • IIgrBulletGraphProps

Properties

actualHighlightValueDisplayMode?: string | HighlightedValueDisplayMode

Gets whether and how to display the highlighted value.

actualHighlightValueOpacity?: string | number

Gets the actual opacity of the primary needle while highlighting

actualMaximumValue?: string | number

Gets the resolved maximum value of the scale.

actualMinimumValue?: string | number

Gets the resolved minimum value of the scale.

actualPixelScalingRatio?: string | number

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.

alignLabel?: ((s, e) => void)

Type declaration

    • (s, e): void
    • 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.

      Parameters

      Returns void

backingBrush?: string

Gets or sets the brush to use to fill the backing of the bullet graph.

backingInnerExtent?: string | number

Gets or sets the inner extent of the bullet graph backing.

backingOuterExtent?: string | number

Gets or sets the outer extent of the bullet graph backing.

backingOutline?: string

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

backingStrokeThickness?: string | number

Gets or sets the stroke thickness of the backing outline.

children?: ReactNode
font?: string

Gets or sets the font.

fontBrush?: string

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

formatLabel?: ((s, e) => void)

Type declaration

    • (s, e): void
    • 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.

      Parameters

      Returns void

height?: string
highlightValue?: string | number

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

highlightValueDisplayMode?: string | HighlightedValueDisplayMode

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

highlightValueOpacity?: string | number

Gets or sets the opacity of the primary needle while highlighting

interval?: string | number

Gets or sets the interval to use for the scale.

isScaleInverted?: string | boolean

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.

labelExtent?: string | number

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.

labelFormat?: string

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

labelFormatSpecifiers?: any[]

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

labelInterval?: string | number

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

labelsPostInitial?: string | number

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

labelsPreTerminal?: string | number

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

maximumValue?: string | number

Gets or sets the maximum value of the scale.

mergeViewports?: string | boolean

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

minimumValue?: string | number

Gets or sets the minimum value of the scale.

minorTickBrush?: string

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

minorTickCount?: string | number

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

minorTickEndExtent?: string | number

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.

minorTickStartExtent?: string | number

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.

minorTickStrokeThickness?: string | number

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

orientation?: string | LinearScaleOrientation

Gets or sets the orientation of the scale.

pixelScalingRatio?: string | number

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.

rangeBrushes?: string | string[]

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

rangeInnerExtent?: string | number

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.

rangeOuterExtent?: string | number

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.

rangeOutlines?: string | string[]

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

scaleBackgroundBrush?: string

Gets or sets the background brush for the scale.

scaleBackgroundOutline?: string

Gets or sets the background outline for the scale.

scaleBackgroundThickness?: string | number

Gets or sets the background outline thickness for the scale.

scaleEndExtent?: string | number

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.

scaleStartExtent?: string | number

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.

showToolTip?: string | boolean

Gets or sets a value indicating whether tooltips are enabled.

showToolTipTimeout?: string | number

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

targetValue?: string | number

Gets or sets the value indicated by the target value bar.

targetValueBreadth?: string | number

Get or sets the breadth of the target value element.

targetValueBrush?: string

Gets or sets the brush to use when rendering the fill of the comparative marker.

targetValueInnerExtent?: string | number

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.

targetValueName?: string

Gets or sets the name used for the target value. The name is displayed in the default target value tooltip.

targetValueOuterExtent?: string | number

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.

targetValueOutline?: string

Gets or sets the brush to use when rendering the outline of the target value.

targetValueStrokeThickness?: string | number

Gets or sets the stroke thickness of the outline of the target value bar.

tickBrush?: string

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

tickEndExtent?: string | number

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.

tickStartExtent?: string | number

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.

tickStrokeThickness?: string | number

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

ticksPostInitial?: string | number

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

ticksPreTerminal?: string | number

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

transitionDuration?: string | number

Gets or sets the number of milliseconds over which changes to the bullet graph should be animated.

transitionProgress?: string | number

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

value?: string | number

Gets or sets the value at which the bar ends.

valueBrush?: string

Gets or sets the brush to use for the actual value element.

valueInnerExtent?: string | number

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.

valueName?: string

Gets or sets the name used for actual value.

valueOuterExtent?: string | number

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.

valueOutline?: string

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

valueStrokeThickness?: string | number

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

width?: string