Tagged Questions

9
votes
2answers
8k views

Change Silverlight Chart Legend Item Layout

I am working on customizing the layout of a Silverlight Toolkit Chart. I have two requirements: 1) Move the Legend area to the bottom of the chart (solved). 2) change the layout of elements within ...
1
vote
2answers
166 views

Silverlight Chart Legend: Mimic Pie Series with Column Series

I have a Silverlight4 Chart with one Column Series. Instead of the legend displaying "Series 1", I would instead like the legend to contain one entry per column. Specifically, I'd like the legend to ...
1
vote
1answer
549 views

Custom legend in wpf chart

Firstly, I am very new to wpf and XAML. The majority of my background is with Windows forms apps. I have a very simple chart with three Line Series bound to data objects. I would like to customize ...
1
vote
1answer
402 views

Telerik WPF Legend Question Stumped

I need to generate graphs on the fly and only when I receive the response will I know what type of graph to generate. I have been trying for about a hour and cannot figure it out. What am I doing ...
1
vote
1answer
1k 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 ...
1
vote
1answer
415 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.
1
vote
1answer
328 views

Setting label and value of the chart

I'm creating pie charts using JFreeChart, and I want to set the value and the label seperately like in iReport, how can I do this? In other words, I want the chart to show different results on the ...
1
vote
3answers
4k views

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

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
22 views

YUI chart legend

I am looking for documentation on how to display legends in YUI charts. I couldn't find anything on http://yuilibrary.com.
0
votes
0answers
27 views

wrong series lable show in case of jcchart

I am using JCChart API to plot the chart , in this in few cases the legends labels are showing wrong like instead of legend labels it shows series1,series2 , same on for others legends. I analyzed ...
0
votes
1answer
561 views

Show legend in chart

I am using Microsoft Chart, and I have top Legend displayed at the top in a pie chart. Which property is used to show or hide the legend of a pie chart?
0
votes
0answers
310 views

User-defined legend on a flex chart

I'm creating a simple bar chart with a single series, which have a fillFunction. The function is setting a color based on the data object : <?xml version="1.0" encoding="utf-8"?> ...
0
votes
2answers
572 views

RDLC Pie chart, legend to show value from database

I have a .RDLC with one pie chart designed. The pie chart is used to display the slices of a service which we offer. We offer 3 levels of service - 1, 2 and 3. 1 = Office demo. 2 = Trial and 3 = ...
0
votes
1answer
1k 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" ...
0
votes
2answers
246 views

Flex Chart Legend - how to get fine grained programmatic control?

I am looking to get access to individual legend items in actionscript (a Legend Item being the label and coloured block identifying a chart series). Does anyone know of a property of the Legend or ...
0
votes
1answer
240 views

Making a Flex chart with an interactive legend

I currently need help with making a chart in Flex with multiple series and a chart legend which is an interactive legend where upon selecting an item in the legend (which corresponds with a series in ...
0
votes
2answers
773 views

Flex Column Chart customization

When I customized the ColumnChart in Flex by overrided updateDisplayList function, colors in legend no longer display. As you will see in the below picture: http://i41.tinypic.com/mim35d.png Does I ...
0
votes
2answers
886 views

Dyanmically updating Legends - ActionScript 3

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 legend. ...
0
votes
1answer
2k views

Flex - Placement of Legend for a chart

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 to ...
0
votes
0answers
289 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
1answer
731 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 ...