Hierarchy

Hierarchy

  • IIgrLinearGraphRangeProps

Properties

brush?: string

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

children?: ReactNode
endValue?: string | number

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

height?: string
innerEndExtent?: string | number

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.

innerStartExtent?: string | number

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.

name?: string

Gets or sets the name of the range.

outerEndExtent?: string | number

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.

outerStartExtent?: string | number

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.

outline?: string

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

startValue?: string | number

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

strokeThickness?: string | number

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

width?: string