3 Answers, 1 is accepted
0
Hello Sudheep,
Here is the code snippet that will help you to achieve this:
Hope this helps.
Sincerely,
Ves
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
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
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
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.
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.