charts

.NET 4.0 Chart Control not working with Dotnetnuke

As many of you know, .NET 4.0 incorporated the chart control, which is awesome in that you can pretty much build all the chart types you see in Excel directly into your .NET application. After a bit of digging around, I finally got the control to work in my application (mostly Web.config additions). However, when I try to rewrite my cod...

Dynamic chart using Fiji (Exadel) library & jsf....

My requirement is to display tables from database in Graph format and I am using fiji for the same. And on doing so I am encountering and exception, My jsp page is as follows. <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:fiji="h...

Interactive javascript charting library to display bar graphs on a timeline

I'm looking for a javascript charting library that can display interactive bar graphs on a timeline, similar to the timeline in Thunderbird's search window. There are many javascript libraries to create timelines with line charts, but my data requires a bar chart. Which library should I use to display my bar graphs interactivly on a ...

Using R to draw a time series with discrete data

Greetings, I have a table that looks like the following: date value 2007-11-05 134 2007-12-08 234 2008-03-10 322 2008-03-11 123 ... In summary, it has daily values for three years, but it doesn't have values for every day. What I need is to draw a line chart plot(data$date, data$value) for the whole time span, but considering t...

image processing in java

how to display velocity vectors of different pixels of a image over the image. what i have is a array of vectors( vx and vy for each pixel). now i want to display velocity vectors(by arrows of corresponding magnitude and direction). i need to know how to use the velocity vector data( 2 arrays vx and vy) to a graph/chart/image showing ar...

How can I bind an asp:chart (from microsoft) to a Dictionary<string,string>?

I'm using the MS chart controls for ASP.Net and I can't figure out binding. Does any one have information on how can I bind an asp:chart (from microsoft) to a dictionary? ...

Charts library for Ruby

Hello there :) I am looking for a quite specific tool for generating charts, within Ruby on Rails application. I have done a research and couldn't find a solution that suits me. Maybe you've bumped upon it and could just point me to it with a link? :) My requirements for a solution are: it has to feature basic chart types like Pie, ...

Bar Chart in Framework 4 - Update issue

So I'm trying to update dataPoints programmaticaly in a column chart but whenever I do this, the column chart displays empty columns where there IS a number greater than zero, and displays a zero otherwise. Now the code below works for a pie chart but for some reason it does not work for the bar chart. barChart.Series(0).Points.I...

Microsoft Access 2007 Chartspace Help

I have a form with a default view of a chart. This form is loaded as a subform, the data is dynamically filtered by the parent form. It comes up and looks way better than using a chart object (when the form scales the chart object it looks really bad). My question is this. I have been able to find little information on the chartspace o...

How to create Stacked ColumnCharts with different colors in Flex

Hi, I am trying to create a stacked column chart that will show three different values on a column with different colors. Please let me know how to achieve that. Thanks, AM ...

How to display the data in charts using struts1.3.10

Hi All, I have some urgent client requirement to display database table data in Chart form. EX. http://www.swiftchart.com/examplebar.htm#top I am using struts1.3.10. Please help me how can i do that. Thanks Amit Jain ...

Does the Silverlight toolkit Line Chart enable line smoothing?

I'm working on some charting, and am currently using the Silverlight Toolkit. At the moment the line series links all the datapoints with straight lines, making for a fairly jagged display. Is there a way for the chart to apply smoothing to the line series? If not, does anyone have any other suggestions? Are there other charting pack...

cool diagram software or art libraries?

Looking for some ideas for good diagram software, OR diagram art libraries.. looking for web/technology style of diagram art such as the one here: http://www.strangeloopnetworks.com/products/ I am aware of 2 so far: http://www.smartdraw.com/ http://lovelycharts.com/ ...

Exception encountered with fiji charts even after including all the required jars.

My requirement is to dynamically populate graphs on the basis of data retrieved from the database. The jars included are as follows: flamingo-service-jsf-1.6.1-SNAPSHOT.jar amf-serializer-1.6.1-SNAPSHOT.jar common-annotations.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-logging.jar el-api-1.0.jar el-imp...

Extjs sideways graphs

Im trying to change the orientation of a graph in Extjs so that it is horizontal instead of vertical. Is there any good way to do this? Ive looked at the documentation and I see an orientation parameter for the Ext.chart.NumericAxis, but I cant seem to get anything to work. I tried the orientation parameter, tried switching the x and y a...

Null 'key' argument error

Hi, I'm using IReport 3.5.0 and my java GWT application uses the compiled .jasper file, to create a report. I'm creating the datasource in the java application and use fillReport() method to fill the report. It works fine, it fills the fields that I have defined both in the .jrxml and Java application. However, I want to use those field...

how to show a tooltip on XamChart Axis label?

I want to show a tooltip on the axis label on a Xamchart. The problem is these axis labels are directly rendered to the Drawing context. So It is not possible to interact with them. Also they are not controls(they are derived from FrameworkContentElement).So i cant even use control template. There are no events attached to them like m...

interspacing between legends

I want create interspacing between Legends , how do I use Legends.postion property any help me out ...

High-performance .NET sweep/oscilloscope graph component needed.

I'm searching for a .NET graph component. It should be able to plot data in sweep (oscilloscope) mode and if possible also as a scrolling waveform. On the x-axis I want timestamps (e.g. 18:25:00) and it should be possible to plot two vectors (DateTime[] and double[]). That is, data points are not equally spaced, but come with their own t...

Lost .netcharting functionality after changing project from .NET 4 to 3.5

I have a project that uses the asp chart control. The project was developed to use .net 4.0 but the server uses version 3.5. I changed the project to 3.5 but now my charts don't work. When I change it it tells me that system.web.DataVisualisation.dll will be removed. I guess I am looking for a fix which will add this assembly back? any...