Strider
Strider

Reputation: 23

Set different colors for each column in DotNet.HighCharts

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

Upvotes: 1

Views: 1264

Answers (1)

wergeld
wergeld

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

Related Questions