Set different colors for each column in DotNet.HighCharts

1.2k views Asked by At

Is there a way to implement a chart having each column in different color using DotNet.HighCharts?

1

There are 1 answers

0
wergeld On

The attributes for a single point (in your case a single column) can be set individually from the entire series. See: Highcharts API point -- color. And this jsFiddle for example.