Target bar in Bullet Chart Control

18 Nov 20181 minute to read

The line marker that runs perpendicular to the orientation of the graph is known as the Comparative Measure and it is used as a target marker to compare against the feature measure value. This is also called as the Target Bar in the Bullet Chart. To display the target bar, the TargetField should be mapped to the appropriate field from the datasource.

Target Bar in Bullet Chart

Types of target bar

The shape of the target bar can be customized using the TargetTypes property and it supports Circle, Cross, and Rect shapes. The default type of the target bar is Rect.

Rectangle Target Bar with Bullet Chart

Target bar customization

The following properties can be used to customize the target bar. Also, you can bind the color for the target bar from DataSource for the bullet chart.

Customizing Target Bar in Bullet Chart