The ASP.NET Core Bullet Chart is used to visually compare measures, like the commonly used bar chart. The bullet chart displays one or more measures and compares them with a target value. You can also display the measures in a range of performance such as poor, satisfactory, and good.
Position the bullet chart in either vertical or horizontal orientation. This is helpful when viewing the bullet chart on mobile devices.
Render the ASP.NET Core Bullet Chart control either in LTR or RTL direction.
Actual bar that runs along the bullet chart denote the current value and target bar runs perpendicular to the actual bar.
Render multiple measure bars as well as multiple target bars to allow comparison of several measures at once.
A range in a bullet chart helps measure the performance of data against a qualitative state by observing the distance between each range. Each color of the range represents a quality such as good, bad, and acceptable.
Display a scale with two types of ticks. Major ticks are the primary scale indicators, and minor ticks are the secondary scale indicators that fall between the major ticks. You can apply a range’s color to both minor and major ticks that are associated with it.
The labels in the chart display the numeric values of the major ticks in the range of the scale. You can apply a range’s color to the labels that are associated with it.
Display details about the measures through a tooltip that appears when hovering the mouse over the measures.
Titles and subtitles in a bullet chart display additional information about the chart.
Place the text elements such as title and subtitle text at any side of the scale. The text elements will trim if they overlap with the scale.
Easily get started with the ASP.NET Core Bullet Chart using a few simple lines of C# code as demonstrated below. Also explore our ASP.NET Core Bullet Chart Example that shows you how to render and configure the Range Selector in ASP.NET Core.
@{
...
List<DefaultBulletData> bulletData = new List<DefaultBulletData>
{
new DefaultBulletData { value = 270, target = 250}
};
}
<ejs-bulletchart id="bulletgraph" minimum="0" maximum="300" interval="50" valueField="value" targetField="target" dataSource="bulletData">
</ejs-bulletchart>
public class DefaultBulletData
{
public double value;
public double target;
}
Bullet Chart is also available in Blazor, Angular, React, Vue, and JavaScript frameworks. Check out the different Bullet Chart platforms from the links below,
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.