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

Require border for charts to show drill down.

3 Answers 49 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 2
Rahul asked on 22 Dec 2011, 03:43 PM
Hello,
 I need border for charts to show some good drill down.

Please find attached image for more information on given scenario.

Regards,
Rahul

3 Answers, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 26 Dec 2011, 09:51 AM
Hello Rahul,

Unfortunately we do not provide a built-in support for such borders. You need to add it by yourself as a separate element in your XAML.

All the best,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Rahul
Top achievements
Rank 2
answered on 26 Dec 2011, 05:58 PM
Hi Sia,

         If you dont mind, i dont know how to achieve this result.
Can you please provide some work around for the given issue.

Thanks in Advance.
Rahul
0
Sia
Telerik team
answered on 29 Dec 2011, 10:36 AM
Hello,

You can use some kind of geometric path which will stretch in its container. For example:
<Grid Width="100" Height="50">
    <Path Data="M0,0 L300,0 L500,0 L500,240 L300,240 L300,35 L0,35 z" 
        Stretch="Fill"
        Stroke="Red"/>
</Grid>

I hope this helps.

Kind regards,
Sia
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Rahul
Top achievements
Rank 2
Answers by
Sia
Telerik team
Rahul
Top achievements
Rank 2
Share this question
or