Areaborder for Charts

1 Answer 61 Views
Chart
Anu
Top achievements
Rank 1
Iron
Anu asked on 28 Mar 2023, 09:32 AM
how can I give area border for linechart?
Lance | Manager Technical Support
Telerik team
commented on 31 Mar 2023, 04:58 PM

FYI - If you mean a border around the entire chart, and not just the plot area, you can put the chart itself inside a RadBorder. For example:

<telerik:RadBorder BorderThickness="1" BorderColor="Blue" Padding="5">
    <telerik:RadCartesianChart ... />
</telerik:RadBorder>

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 28 Mar 2023, 12:24 PM

Hi Anu,

There isn't a border around the chart. You can use the Chart Palette and set the fill and stroke color: https://docs.telerik.com/devtools/xamarin/controls/chart/how-to/chart-how-to-create-custom-palette You can also apply a selection palette to the chart.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Anu
Top achievements
Rank 1
Iron
commented on 28 Mar 2023, 08:08 PM

Ok.Thank you
Tags
Chart
Asked by
Anu
Top achievements
Rank 1
Iron
Answers by
Didi
Telerik team
Share this question
or