Bar chart in ASP.NET MVC 3D Chart Component

18 Nov 20181 minute to read

Bar chart

To render a bar series, use series Type as Bar.

Bar space and width

The ColumnSpacing and ColumnWidth properties are used to customize the space between bars.

Grouped bar

The data points can be grouped in the bar type charts by using the GroupName property. Data points with same group name are grouped together.

Cylindrical bar chart

To render a cylindrical bar chart, set the ColumnFacet property to Cylinder in the chart series.

Series customization

The following properties can be used to customize the Bar series.

  • Fill – Specifies the color of the series.
  • Opacity – Specifies the opacity of the Fill color.