Skip to main content

Questions tagged [legend]

A graph legend is commonly used when plotting several sets of data within the same diagram. The legend associates each plot with its corresponding data.

3 votes
2 answers
6k views

asp.net charts: Legend overlapping with X-axis

I am creating a Chart (DataVisualization.Charting.Chart) programmatically, which is a Stacked Bar chart. I am also adding Legend entries programmatically to it. I want to show the Legend at the ...
user557172's user avatar
0 votes
1 answer
4k views

Android Pie Chart Legend

I can draw a pie chart using this: http://blog.gafmediastudio.com/2010/04/01/draw-a-pie-chart-with-android/comment-page-1/#comment-1340 But now I want to show pie chart legend in pie chart view. Can ...
Grace's user avatar
  • 3,853
0 votes
1 answer
743 views

Installing HTC Legend ROM on emulator

For layout testing purposes I would like my AVD to look exactly like an HTC Legend. I downloaded: RUU_Legend_HTC_WWE_2.03.405.3_Radio_47.39.35.09_7.08.35.21_release_130330_signed.exe Started the AVD ...
Torben Vesterager's user avatar
2 votes
2 answers
5k views

Need for help in jQuery.Flot legend formatting

By default flot was generated legend block (table) like this ([#] - color box): _________________ |_[#]_|_label_1_| |_[#]_|_label_2_| |_..._|_......._| I wanna have horizontal legend like this: ...
VeroLom's user avatar
  • 3,902
2 votes
1 answer
2k views

<legend> colour when using jQuery UI Theme

I'm using a jQuery UI Theme, which is predominantly white text on a black background. I'm using a <fieldset> with a <legend> and the text of the latter is being display in black on a ...
Oundless's user avatar
  • 5,475
16 votes
2 answers
11k views

ggplot legend issue w/ geom_point and geom_text

I am trying to use geom_point to illustrate the count of my data. I would also like to annotate a few of the points in my graph with geom_text. When I add the call to geom_text, it appears that it is ...
Chase's user avatar
  • 68.6k
2 votes
1 answer
2k views

In Zend SubForm, how do I set Legend escape to false?

I've got a subform, where I set a legend. $dob = new Zend_Form_SubForm(); $dob->addElement($birthdayMonth) ->addElement($birthdayDay) ->setLegend('when is your birthday?'); How do I set the ...
Corey's user avatar
  • 1,977
3 votes
1 answer
4k views

matplotlib numbers in legend

I have a couple of lines and I want to show a legend. The problem is, I can't use different styles (--, :, -.) because there are too few of them, and I can't use markers (+, *, etc.) because I need ...
demalexx's user avatar
  • 4,731
4 votes
1 answer
6k views

wpf chart legend

How do I enlarge those rectangles ? I'm using wpf toolkit charts and I've tried to play with the control legend but it didn't helped.
Erez's user avatar
  • 6,496
28 votes
7 answers
29k views

Default CSS values for a fieldset <legend>

I'm trying to use a <legend> as a title inside a <fieldset>. In browsers other than IE, the <legend> is positioned on the top border of the <fieldset>, with the text perfectly ...
Marko's user avatar
  • 71.9k
222 votes
11 answers
452k views

Plot a legend outside of the plotting area in base graphics?

As the title says: How can I plot a legend outside the plotting area when using base graphics? I thought about fiddling around with layout and produce an empty plot to only contain the legend, but I ...
Henrik's user avatar
  • 14.4k
10 votes
4 answers
6k views

ggplot2: Changing the layout of the legend

Right now, the legend by default looks something like this: Legend Title x-1 y-2 z-3 But is it possible to make it look something like this? Legend Title x-1 y-2 z-3
Brandon Bertelsen's user avatar
2 votes
1 answer
5k views

Microsoft Chart Controls Legend Item Ordering

I've got a chart with 8 series - call them S1 through S8. They're in order in the chart's list of series, and they're presented using custom legend items (Legend.CustomItems). Everything works fine, ...
Shawn's user avatar
  • 133
1 vote
1 answer
6k views

WPF Chart Legend Item Style

I am trying to style the Legend Items in my WPF Chart. I have the following LegendStyle, but this doesn't change anything. What am I doing wrong? Thanks! <Style x:Key="LegendStyle1" TargetType="{...
SaphuA's user avatar
  • 3,120
1 vote
1 answer
6k views

adding text to legend from code behind

how can i add text to a legend from code behind
Mac's user avatar
  • 7,323

15 30 50 per page