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

Border in RadChartView

1 Answer 153 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Joavn
Top achievements
Rank 1
Joavn asked on 06 Feb 2019, 02:06 PM

Is there a way to make border for Chart?

Example in attachment 

1 Answer, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Feb 2019, 02:32 PM
Hello, Joavn,         

In order to enable a border around the chart, you can use the following code snippet:

this.radChartView1.ChartElement.DrawBorder = true;
this.radChartView1.ChartElement.BorderColor = Color.Black;
this.radChartView1.ChartElement.BorderWidth = 5;



I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Joavn
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or