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

IOS - Customization for Donut Series

1 Answer 11 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Neha
Top achievements
Rank 1
Neha asked on 09 Jun 2014, 06:21 PM
Hello,

I was wondering on how to customize legend (font size) and legend color on donut series.

Also how can I implement custom color for each donut in donut series?

Thank you:)

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 11 Jun 2014, 12:00 PM
Hello Priya,

Straight to the questions:
- I was wondering on how to customize legend (font size) and legend color on donut series. 
To achieve this you can use legend.labels.font / legend.labels.color options. For example:
//....
legend: {
   //....
   labels:{
      font: "20px Arial",
      color: "green"
   }
},
- Also how can I implement custom color for each donut in donut series?
For this requirement you can use series.color / series.colorField / seriesColors options.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Neha
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or