The ASP.NET MVC Bullet Chart is used to visually compare measures, similar to the commonly used bar chart. A bullet chart displays one or more measures and compares them to a target value. You can also display the measures in a range such as for poor, satisfactory, and good performance.
Position a bullet chart either vertically or horizontally. This is helpful when viewing the bullet chart on mobile devices.
Render the Bullet Chart control in either 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.
Ranges in a bullet chart help measure the performance of data against a qualitative state. Each range color 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 display the numeric values of the major ticks in the range of the scale. You can apply the range’s color to the labels that are associated with it.
Display details about measures through a tooltip that appears when hovering the mouse over the measures.
Title and subtitles in the control display additional information about the chart.
Place 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.
Configure the look and feel of the Bullet Chart to match your requirements using several built-in options.
Bind data seamlessly with various local data sources, such as JSON.
Easily get started with the ASP.NET MVC Bullet Chart using a few simple lines of C# code as demonstrated below. Also explore our ASP.NET MVC Bullet Chart Example that shows you how to render and configure the Range Selector in ASP.NET MVC.
@(Html.EJS().BulletChart("container")
.ValueField("value")
.TargetField("target")
.Minimum(0).Maximum(300).Interval(50)
.DataSource(ViewBag.dataSource)
.Render())
public ActionResult Index()
{
List<BulletChartData> data = new List<BulletChartData>
{
new BulletChartData { value = 270, target = 250}
};
return View(data);
}
public class BulletChartData
{
public double target;
public double value;
}
The Bullet Chart component is also available in Blazor, React, Angular, JavaScript and Vue frameworks. Check out the different Bullet Chart platforms from the links below,
Easily get started with the ASP.NET MVC Bullet Chart using a few simple lines of TSX code example as demonstrated below. Also explore our ASP.NET MVC Bullet Chart Example that shows you how to render and configure a Bullet Chart in ASP.NET MVC.
@(Html.EJS().BulletChart("container1")
.Tooltip(tp => tp.Enable(true))
.ValueField("value")
.Width("700")
.TargetField("target")
.Animation(an => an.Enable(false))
.Ranges(rn =>
{
rn.End(150).Add();
rn.End(250).Add();
rn.End(300).Add();
})
.Minimum(0).Maximum(300).Interval(50)
.Title("Revenue")
.LabelFormat("${value}K")
.Subtitle("U.S. $")
.TitlePosition(Syncfusion.EJ2.Charts.TextPosition.Left)
.Orientation(Syncfusion.EJ2.Charts.OrientationType.Horizontal)
.DataSource(ViewBag.dataSource1)
.Load("load1")
.Render()
)
We do not sell the ASP.NET MVC Bullet Chart separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the ASP.NET MVC Bullet Chart. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our ASP.NET MVC Bullet Chart demo, which demonstrates how to render and configure the Bullet Chart.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our ASP.NET MVC Bullet Chart, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Bullet Chart control alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
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.