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

Chart Legend Query

2 Answers 41 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karthik Kantharaj
Top achievements
Rank 1
Karthik Kantharaj asked on 26 Apr 2012, 01:39 PM
Hi Guys

I have one requirement , please let me know if that is possible or not

 Item 1) We get like below in chart
                    Legend1
                    Legend2

        $60 |
$50 |
$40 |
$30 |
$20 |
$10 |
______________
$10 $20 $30 $40

Item 2) My requirement
                Legend1 Legend2
        $60 |
$50 |
$40 |
$30 |
$20 |
$10 |
______________
$10 $20 $30 $40

Can i have Legend like Item 2)

Karthik.K

2 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 27 Apr 2012, 01:28 PM
Hi Karthik,

 You can specify whether the legend items should be rendered in a single row or column via the RadChart.Legend.Appearance.Overflow property like this:

PieChart1.Legend.Appearance.Overflow = Telerik.Charting.Styles.Overflow.Row;

Greetings,
Evgenia
the Telerik team

If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Karthik Kantharaj
Top achievements
Rank 1
answered on 27 Apr 2012, 01:48 PM
Hi Evgenia

Thank you

Karthik.K
Tags
Chart (Obsolete)
Asked by
Karthik Kantharaj
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Karthik Kantharaj
Top achievements
Rank 1
Share this question
or