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
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