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

Chart Background

1 Answer 324 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 12 May 2012, 05:16 AM
Hi there,

Let me know how to change chart background?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 14 May 2012, 01:45 PM
Hi Rajesh,

You could change the background of Kendo UI Chart using chartArea background configuration option. Also, you could change the plotArea background. For example: 
$("#chart").kendoChart({
    ...
   chartArea: {
    background: "red"
   },  
   plotArea: {
    background: "green"
   }
});

Regards,

Iliana Nikolova
the Telerik team
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
Rajesh
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or