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

Radchart series gradient

1 Answer 100 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Agyeman
Top achievements
Rank 1
Agyeman asked on 16 Jun 2008, 01:35 PM
How do I remove gradient and transparency from a bar chart series. thank you.

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 16 Jun 2008, 02:55 PM
Hi Agyeman,

You can set the fill style to be solid:

<rad:RadChart ID="RadChart1" runat="server"
            <Series> 
                <rad:ChartSeries Name="Series 1" Type="Bar" YAxisType="Primary"
                    <Appearance> 
                        <FillStyle FillType="Solid" MainColor="Red"
                        </FillStyle> 
                        ..... 

Hope this helps.

All the best,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (Obsolete)
Asked by
Agyeman
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or