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

Feature Request - Sliding Legend

2 Answers 32 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Baatezu
Top achievements
Rank 2
Baatezu asked on 23 Jul 2010, 02:02 AM
This may have been requested somewhere, but I couldn't find it in my searching.

I have a lot of things being displayed and my chart gets REALLY tiny - which isn't very good for knowing what things are. Right now I have to kill the legend. It's on my TODO list to create a sliding legend in a div that I attach to the chart's div so it can be shown/hide and not make my chart tiny. Would it be something that could be implemented in the chart itself? Creating a sliding div? Even if it rendered a separate image for the legend and placed it in the sliding div - Don't really care how, hehe. :)

I just have to many pieces of data with non-reducible length of text that can take up over 1/2 of my chart space, and i have it maximized on a 22" screen.

A suggestions for a potentially useful feature, that I'm gonna have to implement myself so I can display a chart at a reasonable size for what I have to display. :)

Thanks

2 Answers, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 28 Jul 2010, 12:00 PM
Hello Baatezu,

Unfortunately, such functionality is not present in the current version of the control and it is not in our development plans also. You could try to to implement it by yourself but please, be aware that you can not have a chart legend as a separate control outside of RadChart. That means that you will need to maintain two RadChart controls - one should only show the plot area and the other showing only a legend.

Sincerely yours,
Velin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Baatezu
Top achievements
Rank 2
answered on 28 Jul 2010, 05:46 PM
Since I'm processing the data before adding it to the chart series, I'm thinking I'll just toss the information into a sliding div [or such] and have it attached next to the chart div.

UPDATE: I decided to just toss a RadGrid with the series/color information along side the chart. Looks pretty nice.
Tags
Chart (Obsolete)
Asked by
Baatezu
Top achievements
Rank 2
Answers by
Velin
Telerik team
Baatezu
Top achievements
Rank 2
Share this question
or