IIgrLinearGraphRangeProps

Gets or sets the brush to use to fill the range.

brush?: string

Optional children

Section titled "children"
children?: ReactNode

Optional endValue

Section titled "endValue"

Gets or sets the value at which the range ends along the scale.

endValue?: string | number
height?: string

Optional innerEndExtent

Section titled "innerEndExtent"

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

innerEndExtent?: string | number

Optional innerStartExtent

Section titled "innerStartExtent"

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

innerStartExtent?: string | number

Gets or sets the name of the range.

name?: string

Optional outerEndExtent

Section titled "outerEndExtent"

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

outerEndExtent?: string | number

Optional outerStartExtent

Section titled "outerStartExtent"

Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.

outerStartExtent?: string | number

Gets or sets the outline to use when rendering the range.

outline?: string

Optional startValue

Section titled "startValue"

Gets or sets the value at which the range starts along the scale.

startValue?: string | number

Optional strokeThickness

Section titled "strokeThickness"

Gets or sets the stroke thickness to use when rendering this range's outline.

strokeThickness?: string | number
width?: string