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

Take Off Border For Plot Area

4 Answers 56 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jason Van Dusen
Top achievements
Rank 1
Jason Van Dusen asked on 07 Apr 2009, 09:02 PM
I would like to make the border for the plot area of my chart transparent except for the bottom.  Is this possible with Q3?  I was able to do this with Q2.  The value I am trying to change is under:

- PlotArea
   - Appearance
           -Border
               Color = Transaparent

In the previous version of the controls you could set each side individually.  It looks like Q3 only lets you set the entire border.  Any help would be greatly appreciated.

4 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 10 Apr 2009, 10:52 AM
Hi Jason,

I am afraid RadChart does not support separate colors for each border. Actually, I am a bit puzzled by your question, as this was not support in Q2 release either. Can you please double-check that?

All the best,
Ves
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Jason Van Dusen
Top achievements
Rank 1
answered on 20 Apr 2009, 03:42 PM
I don't need to change the color.  I just need to turn off the border on the left, right and top of the chart and leave the border under the bars.  Is this possible?
0
Ves
Telerik team
answered on 22 Apr 2009, 08:32 AM
Hi Jason,

I am sorry if my answer was somewhat unclear. The borders in RadChart cannot be treated separately, that is you can only turn them on/off or set their Color, Width or PenStyle together but not one by one.

In this specific case you can turn all the borders off and use the X axis to show a line under the bars. Here is an example:

<telerik:RadChart ID="RadChart1" runat="server"
            <PlotArea> 
                <XAxis> 
                    <Appearance Color="Red" Width="2" /> 
                </XAxis> 
                <Appearance> 
                    <Border Visible="False" />
                </Appearance> 
            </PlotArea> 


All the best,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jason Van Dusen
Top achievements
Rank 1
answered on 22 Apr 2009, 02:16 PM
That worked.  Thanks for your help!

Jason
Tags
Chart (Obsolete)
Asked by
Jason Van Dusen
Top achievements
Rank 1
Answers by
Ves
Telerik team
Jason Van Dusen
Top achievements
Rank 1
Share this question
or