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

Remove Border

1 Answer 69 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Amitkumar
Top achievements
Rank 1
Amitkumar asked on 22 Sep 2011, 01:17 PM
Hi I want to remove border of my Chart. here I Attached Screenshot my chart.

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 27 Sep 2011, 11:21 AM
Hello Amit,

You can remove the outer Border of the ChartArea either by setting the BorderThickness to 0 or by setting it's Color to Transparent like this:

RadChart1.DefaultView.ChartArea.BorderThickness = new Thickness(0);
RadChart1.DefaultView.ChartArea.BorderBrush = new SolidColorBrush(Colors.Transparent);

Greetings,
Evgenia
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Chart
Asked by
Amitkumar
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or