This example demonstrates an ASP.NET AJAX Chart control, configured as a Range Bar Chart
by using the RangeBarSeries series type. This chart type visualizes the data as
horizontal bars, which width varies according to its From and To
properties value. With RadHtmlChart you have many options that enable you to
change the appearance of your range bar chart and fully customize it.
The distance between the series items and the series categories can be configured via the properties Gap and Spacing.
Related Resources