Bullet Builder Scope
A scope for configuring a bullet graph.
Constructors
Types
A scope for setting range boundaries. See range for specifying a specific range value and its graphical representation.
Functions
Sets the comparative measure value and the composable used to draw the indicator. The composable will be centered on the value with a width and height equal to the height of the BulletGraph background fill area.
Sets the feature measure value and indicator as a bar.
Sets the feature measure value and indicator as a symbol.
Defines the qualitative ranges using the default visual representation. If the visual representation needs to be customized then use the overloaded version of this function.
Defines the qualitative ranges starting at the specified start value. See RangesScope for how to configure individual range values and their graphical representation. If the default visual representation is desired then the overloaded version of this function that takes only a variable number of Float values may be used instead.
Properties
Specifies the axis settings and content. See AxisSettings.
Sets the label's width. If the BulletGraph is in a layout of multiple bullet graphs this value will be ignored and instead will take the value specified in BulletGraphScope.labelWidth.