Column chart in ASP.NET MVC 3D Chart Component

18 Nov 20181 minute to read

Column chart

To render a column series, use series Type as Column.

Column space and width

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

Grouped column

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

Cylindrical column chart

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

Series customization

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

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

    Series customization

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

  • fill – Specifies the color of the series.
  • opacity – Specifies the opacity of the fill color.