charts

Microsoft .Net Chart Control - Rounding/Scaling issue

I have a range bar chart where one bar is always supposed to be collapsed to a line (the actual value). The other bar shows the statistical uncertainty. No matter how "infinitesimally" small I make the range of the blue bar, there are always instances where the resulting output will be two pixels wide on the screen, whereas in most cases...

[BIRT 2.3.2] Interactivity where are you gone ?

I am sorry to bother you but I am facing a very inconviniet problem ... I have been browsing around your many sites about BIRT and specially for Interactivity or scripting related subjects. But (it would be sooo nice to live in a flawless world) trying to perform some examples (like this one http://kickjava.com/src/org/eclipse/birt/cha...

Show Total In SSRS Chart

I am creating a line chart from an Analysis Services cube, with a date category, a count data field, and a status series. Here's a screenshot to explain: picasaweb.google.com/lh/photo/fP16V4sB18O1xSTrdDV-_A?authkey=Gv1sRgCLHRmcjwtI2mzAE I want to add the blue total line, which sums all the statuses together. I don't want to add a "T...

how to fill series color for a chart called from a subreport in java with jasper report

i am trying to change the series color for a chart which is called from a subreport in java with Jasper Report JRChartPlot pl; JRFillObjectFactory fac; JRFillChartPlot plot = new JRFillChartPlot(pl, fac); how to intanciate JRChartPLot to my JRFillChartPlot constructor, The previous code gives me null pointer exception ...

Birt Chart Engine Documentation.

Hi all ! I am looking for a complete, precise and accurate documentation about Birt Chart Engine but I cant find anything, all documentations I have encountered are more Birt Designer related or inaccurate or even inexistante. I hope someone can help me... (I precise that I particularly look for a documentation about chart interactivit...

How do I create 3D pie chart? -Asp.net MVC.

I have seen Microsoft charting control @ here and here. It has good demonstration for displaying bar chart in MVC. On scottgu's blog There are plenty of examples but they are using server controls (i.e <asp:CHRT runat"server">. This is also supported in MVC by Modifying web.config. but as we should avoid using server control as postba...

Removing markers from silverlight line or area series

Is it possible to easily remove the data point markers from a line series or area series chart. I am using the Silverlight Toolkit charts. ...

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 ...

file type was not found when using LineChart in Flex

Hello, I am using FlashDevelop to develop flex applications and wanted to paint a LineChart in a panel. I used an example of Adobe itself to be found here. When I compiled it FlashDevelop showed the following output file type was not found or was not a compile-time constant For Both LineChart and AreaChart. Can someone tell me wh...

Multi-Coloured backgrounds in the Google Visualization API

Is there a way to have multiple background colours in the line chart or motion chart of the google visualizer api? In this case I want some vertical bars to specify certain conditions. eg. daytime or nighttime. ...

[BIRT 2.3.2 (StandAlone)]"Jumping" problem ?

Hi there, Here's the fact : I made a tiny app which consist of a table related to a bar chart (a birt one ... of course), when I modify my table values it automaticaly alter my chart (like Excel but less fancy) ... Anyway everything works fine ... BUT when I want to make my chart interactive in order to show tooltips (for example) I inf...

Optional series in a SSRS chart?

Hi, is it possible to make a series in a chart optional (i.e. only rendered when the user clicks a checkbox, in case the corresponding query takes a while and may not be required)? Or are there any alternative solutions where users can incrementally select the data series/charts they would like to see? ...

Is there a charting library that supports multiple stacked column charts on the same 3D axes?

I have a very specific requirement that I can't find a charting library for. I need to show multiple stacked column or step-area charts on the same 3D axes to compare multiple periods of time to each other - for example, the y axis would show sales volume with regions stacked above each other, the x axis hours of the day and the z axis s...

charting platform

Looking for options for a live, large data set charting platform to deal with large quantity of constantly evolving data and display it via browser in an usable manner. Would need to be based off of a DB backend vs. the "reads XML file" approach of some of the Flash apps. ...

target value for ssrs line chart report

Hi, I am working on SSRS Line chart report. I have plotted data for Fuel consumption for every month using data values (Fuel consumption) and category grouping (Jan-Dec). Data can be inconsistent i.e. for one or more month. I am facing problem in plotting lower limit and upper limit series for the data, which has to be consistent i.e ...

ColumnSeries from Silverlight Charting Toolkit problems

Hi, I'm new to Silverlight development and am currently venturing into the Charting territory. I've been following several tutorials that show how easy it is to bind a ColumnSeries to a datasource using ItemsSource (http://silverlight.net/forums/t/44166.aspx). I'm programatically adding a chart to a canvas. Chart BudgetChart = new Ch...

Alternative to ComponentOne 3D Surface Map Chart

We are investigating alterntive control libraries for a new project we are working on. One of the requirements is to display data in the form of a surface map, as per the ComponentOne Chart below. We've used the C1 control in the past but are not entirely happy with it - so wondered if anyone can recommoned some alternatives. Having...

Gantt Chart online

I need to insert a horizontal bar chart in a web page. The thing I have to do is very similar to a Gantt Chart. I'd like to use a javascript library for the purpose. I tried jsgantt, but actually it is not very beautiful. I could evaluate also a server generation of the graph. In case my server side language is Python. It will be part...

Set line weight for all series in Excel 2000 pivot chart

I've tried looking around all the chart options, but I can't seem to find a way to set the line width of the chart series once and for all. Of course, I could run a macro every time the series selection in the pivot chart is changed, but I'm hoping there's a simpler way... ...

how to create a SSRS bar chart that has a non numeric value on the x-axis

Hi, i am looking to create a simple bar chart using SSRS 2005..below is a sample data. i want to show the target date changes for the relases.. so, in my case, release types need to go the category group(y-axis), and meeting type is the series, and date is the data value(x-axis) . But, date type value on the x-axis is not working as expe...