Search results

BulletChartModel API in JavaScript Bullet Chart API control

Interface for a class BulletChart

Properties

beforePrint

EmitType<IPrintEventArgs>

Triggers before the prints gets started.

bulletChartMouseClick

EmitType<IBulletMouseEventArgs>

Triggers on clicking the chart.

legendRender

EmitType<IBulletLegendRenderEventArgs>

Triggers before the legend is rendered.

load

EmitType<IBulletLoadedEventArgs>

Triggers before bullet chart load.

loaded

EmitType<IBulletLoadedEventArgs>

Triggers after the bullet chart rendering

tooltipRender

EmitType<IBulletchartTooltipEventArgs>

Triggers before the bulletchart tooltip is rendered.

animation

AnimationModel

Options for customizing animation of the feature bar.

border

BorderModel

Options for customizing the color and width of the chart border.

categoryField

string

It defines the category for the data source.

categoryLabelStyle

BulletLabelStyleModel

Options for customizing values labels.

dataLabel

BulletDataLabelModel

Options for customizing data label of the feature bar.

dataSource

Object

default value of multiple data bullet chart.

enableGroupSeparator

boolean

default value for enableGroupSeparator.

enablePersistence

boolean

Enable or disable persisting component’s state between page reloads.

enableRtl

boolean

Enable or disable rendering component in right to left direction.

height

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.

interval

number

Specifies the interval for an scale.

labelFormat

string

Specifies the format of the bullet chart axis labels.

labelPosition

LabelsPlacement

specifies the axis label position of the bullet chart.

labelStyle

BulletLabelStyleModel

Options for customizing labels

legendSettings

BulletChartLegendSettingsModel

Options for customizing the legend of the bullet chart.

locale

string

The locale of the bullet chart as a string.

majorTickLines

MajorTickLinesSettingsModel

Options for customizing major tick lines.

margin

MarginModel

Options to customize left, right, top and bottom margins of the bullet chart.

maximum

number

Specifies the maximum range of an scale.

minimum

number

Specifies the minimum range of an scale.

minorTickLines

MinorTickLinesSettingsModel

Options for customizing minor tick lines.

minorTicksPerInterval

number

specifies the interval of minor ticks.

opposedPosition

boolean

If set to true, the axis will render at the opposite side of its default position.

orientation

OrientationType

Orientation of the scale.

query

Query

It defines the query for the data source.

ranges

RangeModel[]

provides Qualitative ranges of the bullet chart.

subtitle

string

Specifies the sub title of the bullet chart.

subtitleStyle

BulletLabelStyleModel

Options for customizing the sub title styles of the bullet chart.

tabIndex

number

TabIndex value for the bullet chart.

targetColor

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.

targetField

string

The DataSource field that contains the target value.

targetTypes

TargetType[]

The DataSource field that contains the target value.

targetWidth

number

Options for customizing comparative bar color bullet chart.

theme

ChartTheme

Specifies the theme for the bullet chart.

tickPosition

TickPosition

specifies the tick position of the bullet chart.

title

string

Specifies the title of the bullet chart.

titlePosition

TextPosition

Sets the title position of bullet chart.

titleStyle

BulletLabelStyleModel

Options for customizing the title styles of the bullet chart.

tooltip

BulletTooltipSettingsModel

Options for customizing the tooltip of the BulletChart.

type

FeatureType

Default type on feature measure.

valueBorder

BorderModel

Options for customizing the color and width of the feature bar border.

valueField

string

The DataSource field that contains the value value.

valueFill

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.

valueHeight

number

Options for customizing feature bar height of the bullet chart.

width

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.