Represents react BulletChart Component
<BulletChartComponent></BulletChartComponent>
AnimationModel
Options for customizing animation of the feature bar.
BorderModel
Options for customizing the color and width of the chart border.
BulletChartLegend
bulletChartLegendModule
is used to manipulate and add legend in accumulation chart.
BulletTooltip
bulletTooltipModule
is used to manipulate and add tooltip to the feature bar.
string
It defines the category for the data source.
Defaults to null
BulletLabelStyleModel
Options for customizing values labels.
BulletDataLabelModel
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 ”
LabelsPlacement
specifies the axis label position of the bullet chart.
Defaults to ‘Outside’
BulletLabelStyleModel
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
MajorTickLinesSettingsModel
Options for customizing major tick lines.
MarginModel
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
MinorTickLinesSettingsModel
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
OrientationType
Orientation of the scale.
Defaults to ‘Horizontal’
Query
It defines the query for the data source.
Defaults to null
RangeModel[]
provides Qualitative ranges of the bullet chart.
string
Specifies the sub title of the bullet chart.
Defaults to ”
BulletLabelStyleModel
Options for customizing the sub title styles of the bullet chart.
number
TabIndex value for the bullet chart.
Defaults to 1
string
Default stroke of comparative measure.
Defaults to ‘#191919’
string
The DataSource field that contains the target value.
Defaults to ”
TargetType[]
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
ChartTheme
Specifies the theme for the bullet chart.
Defaults to ‘Material’
TickPosition
specifies the tick position of the bullet chart.
Defaults to ‘Outside’
string
Specifies the title of the bullet chart.
Defaults to ”
TextPosition
Sets the title position of bullet chart.
Defaults to ‘Top’.
BulletLabelStyleModel
Options for customizing the title styles of the bullet chart.
BulletTooltipSettingsModel
Options for customizing the tooltip of the BulletChart.
FeatureType
Default type on feature measure.
Defaults to ‘Rect’
BorderModel
Options for customizing the color and width of the feature bar border.
string
The DataSource field that contains the value value.
Defaults to ”
string
Default stroke color of feature measure.
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.
Returns void
Handles the print method for bullet chart control.
Returns void
EmitType<IPrintEventArgs>
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.