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

Bar Chart - Individual Plot Area Borders

1 Answer 67 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
T
Top achievements
Rank 1
T asked on 11 Dec 2008, 04:59 PM
Hello.  I have the following bar chart using v.2008.3.1105.20:
http://www.tonycontosta.com/telerik.bar.chart.png

I would like the plot area to have a black border on its left and bottom sides.  Can somebody please tell me if this is possible, because I can only find examples of how to set the style for all 4 border sides at once.  Here are a few examples:

// sample code of what i'm currently doing
rcSectors.PlotArea.Appearance.Border.Color = Color.Black;
rcSectors.PlotArea.Appearance.Border.Width = 2;

// sample code of what i would like to do
rcSectors.PlotArea.Appearance.Border.Left.Color = Color.Black;
rcSectors.PlotArea.Appearance.Border.Left.Width = 2;

rcSectors.PlotArea.Appearance.Border.Bottom.Color = Color.Black;
rcSectors.PlotArea.Appearance.Border.Bottom.Width = 2;

Thanks in advance!
Tony

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 15 Dec 2008, 10:59 AM
Hello T,

Unfortunately RadChart does not provide option to customize only the left / bottom borders of the plot area and it would not be possible to achieve the desired effect.


All the best,
Manuel
the Telerik team

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