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

Item colours and Fonts in a Series

3 Answers 54 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sudheep
Top achievements
Rank 1
Sudheep asked on 17 Oct 2008, 12:40 PM
Hi,

How can I make the values of items in a series  Bold and also make the color for each item transparent.

Regards
Sudheep

3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 20 Oct 2008, 06:51 AM
Hello Sudheep,

Here is the code snippet that will help you to achieve this:

        RadChart1.Series[0].Appearance.TextAppearance.TextProperties.Font = new System.Drawing.Font("verdana", 10, System.Drawing.FontStyle.Bold); 
        RadChart1.Series[0].Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.Solid; 
        RadChart1.Series[0].Appearance.FillStyle.MainColor = System.Drawing.Color.Transparent; 
 

Hope this helps.




Sincerely,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sudheep
Top achievements
Rank 1
answered on 22 Oct 2008, 04:02 AM
Hi,

I could change the font using your code. Thanks for that

When I applied Color.Transparent it gives me a white shade on each items in the series. I would rather be happy if I can make the color  translucent.

Is there any option to do that ?

Regards
Sudheep
0
Giuseppe
Telerik team
answered on 22 Oct 2008, 08:35 AM
Hello Sudheep,

We are unable to reproduce the white shade on the series items. Please review the attached sample application and let us know if we are missing something out.


Best wishes,
Manuel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Sudheep
Top achievements
Rank 1
Answers by
Ves
Telerik team
Sudheep
Top achievements
Rank 1
Giuseppe
Telerik team
Share this question
or