Actual bar in Bullet Chart Control
18 Nov 20181 minute to read
To display the primary data or the current value of the data being measured known as the Feature Measure that should be encoded as a bar. This is called as the Actual Bar or the Feature Bar in the Bullet Chart, and to display the actual bar the ValueField should be mapped to the appropriate field from the data source.

Types of actual bar
The shape of the actual bar can be customized using the Type property of the Bullet Chart. The actual bar contains Rect and Dot shapes. By default, the actual bar shape is Rect.

Actual bar customization
Border customization
Using the ValueBorder property of the bullet chart, you can customize the border Color and Width of the actual bar.
Fill color and height customization
Customize the fill color and height of the actual bar using the ValueFill and ValueHeight properties of the bullet chart. Also, you can bind the color for the actual bar from DataSource for the bullet chart using ValueFill property.
