Reputation: 23
Is there a way to implement a chart having each column in different color using DotNet.HighCharts?
Upvotes: 1
Views: 1264
Reputation: 14442
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.
Upvotes: 2