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

default colors of chart runtime

1 Answer 37 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 18 Apr 2011, 02:07 AM
Hello,

When i keep the chart.skin ="Default" then it generates chart with very nice colors and looks like 3D. Plz see attached image. I would like to generate the same runtime using code behind. Which are properties need to set to achieve same bar colors ?

Is there any KB dock where I can get all the other nice pattens that I can generate ?

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 20 Apr 2011, 12:04 PM
Hi prayag ganoje,

You can review this online demo, which shows a list of all available skin types and how can be set in code behind. For example:
protected void Page_Load(object sender, EventArgs e)
{
    if (!Page.IsPostBack)
    {
        RadChartId.Skin = "DeepRed";
         
        ...
    }
}

You can also review our Chart Skin help topic here.

Regards,
Polina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Chart (Obsolete)
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Missing User
Share this question
or