Tagged Questions

0
votes
2answers
183 views

Titled frame panel for GWT (using FIELDSET and LEGEND html tags)

I'm trying to create a titled border frame in GWT, which results in this: This can be done using HTML fieldset and legend tags, such as <fieldset> <legend>Connection …
0
votes
2answers
186 views

Dyanmically updating Legends - ActionScript 3

Hey All, I have some issues in updating the legends created using action script. Please read the following steps to understand the issue. Created a line chart with two data Series. Created a …
0
votes
1answer
274 views

Adding LegendItems in Flex places horizontally not vertically (as it’s supposed to)

I'm dynamically inserting LegendItems into a Legend using the following code: signalLegend.removeAllChildren(); signalLegend.direction = "vertical"; for (var i:int = 0; i < numItems - 1; i++) { …
0
votes
1answer
355 views

Flex - Placement of Legend for a chart

Hi, I would like to be able to specify the placement of a legend for a linechart. Currently, it continues to appear to the right of the chart. I have tried playing with the width/height of the chart …
0
votes
0answers
88 views

Changing Legend Type in Excel

I have a line chart, where the chart legend also in forms of line. Is there a way I can change the legend type from colored 'line' to colored 'circle' or 'square'? Figure like
0
votes
3answers
2k views

Flex 3.0 : Showing data in the legend of a Pie Chart

Hi, I'm a newbie to Adobe Flex 3.0. I need to show data within the Pie Chart Legend, alongside the colored markers. I have a few vague ideas about how to go about it. (Maybe I would have to write my …
0
votes
1answer
218 views

How to add children to a LegendItem?

I'm trying to add a Label to the LegendItem objects in my chart's legend, without much success. I extended the LegendItem class, and the constructor of the class I made is below. The problem is that …
0
votes
2answers
262 views

Wrapping a label element within a legend element

I've never had a reason to put a label element inside of a legend element (never really thought about it or seen it done). But with the design I'm implementing, it's tempting to do so. Here's what …
0
votes
8answers
1k views

Which CSS tag creates a box like this with title?

I want to create a box like this with title: Can any one please let me know if there is a default CSS tag to do this? Or do I need to create my custom style?