Represents react BulletChart Component
<BulletChartComponent></BulletChartComponent>
Options for customizing animation of the feature bar.
Options for customizing the color and width of the chart border.
bulletChartLegendModule
is used to manipulate and add legend in accumulation chart.
bulletTooltipModule
is used to manipulate and add tooltip to the feature bar.
string
It defines the category for the data source.
Defaults to null
Options for customizing values labels.
Options for customizing data label of the feature bar.
Object
default value of multiple data bullet chart.
Defaults to null
boolean
default value for enableGroupSeparator.
Defaults to false
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
string
The height of the bullet chart as a string accepts input both as ‘100px’ or ‘100%‘. If specified as ‘100%, bullet chart renders to the full height of its parent element.
Defaults to null
number
Specifies the interval for an scale.
Defaults to null
string
Specifies the format of the bullet chart axis labels.
Defaults to ”
specifies the axis label position of the bullet chart.
Defaults to ‘Outside’
Options for customizing labels
BulletChartLegendSettingsModel
Options for customizing the legend of the bullet chart.
string
The locale of the bullet chart as a string.
Defaults to null
Options for customizing major tick lines.
Options to customize left, right, top and bottom margins of the bullet chart.
number
Specifies the maximum range of an scale.
Defaults to null
number
Specifies the minimum range of an scale.
Defaults to null
Options for customizing minor tick lines.
number
specifies the interval of minor ticks.
Defaults to 4
boolean
If set to true, the axis will render at the opposite side of its default position.
Defaults to false
Orientation of the scale.
Defaults to ‘Horizontal’
Query
It defines the query for the data source.
Defaults to null
provides Qualitative ranges of the bullet chart.
string
Specifies the sub title of the bullet chart.
Defaults to ”
Options for customizing the sub title styles of the bullet chart.
number
TabIndex value for the bullet chart.
Defaults to 1
string
The stroke color for the comparative measure, which can accept values in hex and rgba as valid CSS color strings. This property can also be mapped from the data source.
Defaults to ‘#191919’
string
The DataSource field that contains the target value.
Defaults to ”
The DataSource field that contains the target value.
Defaults to [‘Rect’, ‘Cross’, ‘Circle’]
number
Options for customizing comparative bar color bullet chart.
Defaults to 5
Specifies the theme for the bullet chart.
Defaults to ‘Material’
specifies the tick position of the bullet chart.
Defaults to ‘Outside’
string
Specifies the title of the bullet chart.
Defaults to ”
Sets the title position of bullet chart.
Defaults to ‘Top’.
Options for customizing the title styles of the bullet chart.
Options for customizing the tooltip of the BulletChart.
Default type on feature measure.
Defaults to ‘Rect’
Options for customizing the color and width of the feature bar border.
string
The DataSource field that contains the value value.
Defaults to ”
string
The stroke color for the feature measure, which can accept values in hex and rgba as valid CSS color strings. This property can also be mapped from the data source.
Defaults to null
number
Options for customizing feature bar height of the bullet chart.
Defaults to 6
string
The width of the bullet chart as a string accepts input as both like ‘100px’ or ‘100%‘. If specified as ‘100%, bullet chart renders to the full width of its parent element.
Defaults to null
Method to create SVG element.
Returns void
To destroy the widget.
Returns void
Handles the export method for bullet chart control.
Parameter | Type | Description |
---|---|---|
type | ExportType |
Type of the export. |
fileName | string |
File name for exporting. |
orientation (optional) | PdfPageOrientation |
Orientation of the export. |
controls (optional) | [] | To mention the exporting chart. |
width (optional) | number |
Width of the export. |
height (optional) | number |
Height of the export. |
isVertical (optional) | boolean |
Whether the export is in vertical orientation. |
Returns void
Handles the print method for bullet chart control.
Parameter | Type | Description |
---|---|---|
id (optional) | string[] | string | Element |
The id of the bullet chart to be printed on the page. |
Returns void
Triggers before the prints gets started.
EmitType<IBulletMouseEventArgs>
Triggers on clicking the chart.
EmitType<IBulletLegendRenderEventArgs>
Triggers before the legend is rendered.
EmitType<IBulletLoadedEventArgs>
Triggers before bullet chart load.
EmitType<IBulletLoadedEventArgs>
Triggers after the bullet chart rendering
EmitType<IBulletchartTooltipEventArgs>
Triggers before the bulletchart tooltip is rendered.