This is a migrated thread and some comments may be shown as answers.

Chart Series Colour

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 10 Mar 2010, 11:15 AM
Hi I have a bar chart in a report and what to be able to set the series fill colour based on the data.

public

 

class OpenRequestPerPriority

 

{

 

public string PriorityName { get; set; }

 

 

public int Opened { get; set; }

 

 

public string ColourString { get; set; }

 

}

This is returned as IEnumerable collection and the chart displays the info correctly as attached image. How can I bind the bar colour to the ColourString field which is HEX colour string #FF so that each bar displays the corresponding colour .

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 Mar 2010, 05:49 PM
Hi Paul,

Please review the following help article for more info: How Do I Assign Individual Colors to Bars?

Kind regards,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or