chart

Best web technology for building dynamic charts

I need to build a custom designed bar chart that displays some simple data. Below are my requirements. Can anyone suggest the best web technology for my requirements. high browser compatibility ability to draw shapes ability to fill shapes with gradients ability to have onclick and onmouseover events for the different shapes (bars ...

How to draw lines manually in reporting services scatter chart

How to draw lines manually in reporting services scatter chart? Please help me to draw line in scatter chart.If you could help me that would be the greatest help for me ...

Looking for a chart of Wpf Bindings

I'm probably typical in being bewildered by the many syntaxes of Wpf binding. Does anyone know of a chart that lays out all the possibilities. Across one axis is all the variations of binding syntaxes (Static, Dynamic, Self, ...), the other axis are all the variations of scoping and type. The intersection of the axis show an example. Su...

how to fill a part of a circle using PIL?

hello. I'm trying to use PIL for a task but the result is very dirty. What I'm doing is trying to fill a part of a piece of a circle, as you can see on the image. Here is my code: def gen_image(values): side = 568 margin = 47 image = Image.open(settings.MEDIA_ROOT + "/i/promo_circle.jpg") draw = ImageDraw.Draw(image...

Can I make the .NET Chart control display data when mouse hovers over?

I am trying to do some charting in my of my C#.NET applications using the .NET Chart Control. Is there a way to make a popup that shows the exact data point that the cursor is over when it is hovering over the chart? ...

access PowerPoint chart c#

Hi, I have a problem in a c# projet. In fact, i did a PowerPoint-add-in and i want to generate Charts on Slides. I create a slide with : using PowerPoint = Microsoft.Office.Interop.PowerPoint; using Microsoft.Office.Interop.Graph; Microsoft.Office.Interop.Graph.Chart objChart; objChart = (Microsoft.Office.Interop.Graph.Chart)objShap...

c#-excel interop - create chart on workbook as opposed to in a sheet

Using c# MS Excel interop library, I would like to programmatically create a new chart on the workbook, as opposed to on an a sheet. The code below allows me to create a chart on an existing _Worksheet (sheet). using using Microsoft.Office.Interop.Excel; _Worksheet sheet; (assume this is a reference to a valid _Worksheet object) ...

Format date on x-axis in cfchart

I want to format the date on the x-axis of my cfchart as mm/yyyy as opposed to the full datetime value that is returned from sql server (yyyy-mm-dd hh:mm:ss). How do I do this? ...

Creating a line chart

Can I create a line chart that looks like the one(which I have provided as a link. Please click the link to see the chart image) using SSRS 2008? If so, please help me how to do that? Please see the below link for sample http://i48.tinypic.com/20ib1v8.png ...

Staggered Column Labels in Silverlight Toolkit Chart

Hi, I need to style the chart control in silverlight toolkit to look like this http://img375.imageshack.us/img375/3758/chartstyle.png wherein the column labels are staggered. Can anybody lead me to the right direction on how to accomplish this task? Examples would be greatly appreciated. Thanks, Keith ...

Setting the color of each plot point in a Flex plotchart based on a numeric property of the point object

Hey, I'm new to flex, and I'm working on a plotchart. Each point in the chart is an object with multiple variables. I wanted to know if I could take a numeric variable from this object, and use it to change the color of the plotted point. In this case, the numeric value is a number between 0 and 100 that represents a percentage of life...

Weird problem on android webview with canvas

I am draw some canvas charts on the android webview, and use javascript to change chart just by hiding and showing, and also change the title by reset its innerHTML. The title is just a normal html tag "<div id='title'></div>", The problem is that the page does not render well when I switch charts, for example. when I choosed to dis...

JfreeChart: Scroll XYBarChart Horizontally - (chart translation and navigation)

Hi all, I am trying to scroll my XYBarChart horizontally, I am following one of the JfreeChart's Demo "TranslateDemo1.java" in which the source code you can find here: http://code.google.com/p/cori-chenxx/source/browse/aliper/trunk/aliper-core/src/test/java/com/alibaba/aliper/TranslateDemo1.java?spec=svn148&amp;r=148 The source code ...

any chart / graph / plotting c c++ library which is similar as bloomberg chart, with mouse interaction on plotted line, and multilayer plot

any chart / graph / plotting c c++ library which is similar as bloomberg chart, with mouse interaction on plotted line, and multilayer plot? gnuplot is very powerful but it seems to me it can feed in data but no callback to mouse action and no manipulation on plotted line / chart, e.g. over mouse over particular line and I would dump th...

Create a chart in SSRS

Hi, I want to create a graph that looks like the one mentioned in the below image. For sample graph, please visit http://i29.tinypic.com/2r3w3o2.png How can I create a chart like this? ...

Set maximum width of labels in an ASP.NET Chart

Hello, I am using the .NET 4 Chart control to create a bar chart. I have labels listed along the left axis (I believe this is the y-axis, I may be wrong). I want to set the maximum width that this axis can be. Currently, I have some labels that are really large. Ideally, I would like to truncate them. However, I cannot figure out how to...

flex chart annotationElement incorrect data points

I have 2 Y-axis on the chart and I am trying to use annotationElement's localToData to get the data points associated with a Point on the chart. The annotation Element is able to return a set of values for the point ( 1 Y - data, 1 -x data), But it is returning the values against one axis and not the other. Is there a way to associate ...

VB.net Automatic chart update with new data entry

my chart loads data from a datagridview. Please how can i automatically update my chart with new data if new values are inserted into the datagridview. Thanks my chart is binded to table1 and table 2 in my datagridview. my datagrid gets values from a datatable. here is a sample: Dim myData As New DataTable wcAdapter...

Using click on MS Chart with Visual Studio 2008

I need when a click in my Chart in some row redirect to another web in my site but I don't know can I do that. Now I am trying to use the event click with only a label and it doesn't work. I need Help I did that with a Chart, ASP.net, Visual S 2008, C# Thanks ...

Drag and drop-able organization chart

Hi, I just want to get some advices and inputs here. I have to generate an organization chart, in my asp.net application and it should supports drag and drop feature to update the linkage between organization structure. What would be the best way to deal with it, (jQuery or silver light or .net chart controls). My primary needs is to...