I'm aware that mx.charts is part of flex builder professional.
I've downloaded the trial version of flex builder professional and added the datavisualization.swc to my intellij Flex_sdk classpath. The IDE is now aware of the classes, but when I come to compile I still get:
"Type was not found"
Is there a license or something I nee...
What would you suggest for charts? Anyone has a preferred controls?
...
I need to use a different currency for my Y Axis labels. I read http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/56453466-06b1-4df4-8265-5c63dc18efe5/ but I'm still battling to change the dollar sign to a different char.
...
Hi! I have worked with JFreeChart in a few Java projects. I wonder if there is something similar I can use in Delphi for Win32 or if you know about a nice free chart library for Delphi. I'm working with Delphi 2006. I know there is already TChart but it looks a bit "old".
My researchs bring me to TMS Advanced Charts but it's too expensiv...
I have a StackedBar which shows 5 values per bar, with the data value displayed in the middle of each block. So far, so good. However, when the value is zero, the value is still being displayed, which is messy when there are a lot of zeroes.
I would like to be able to hide the label for a zero. How can I do that?
(I presume I could do ...
I'm starting to experiment with the new chart controls in System.Windows.Controls.DataVisualization.Charting (from the Silverlight 3 Toolkit)
I want to bind a data table that contains a list of budgets (name & value column). It works when I first load my page:
<v:Chart x:Name="BudgetChart"
Title="Budget Distribution">
<v:...
I have a flex chart feed with multiple data sets, and I want to display only one of the data set in one view. So I created multiple buttons to select different data sets. Whenever the user clicks one of the buttons, I adjust the maximum of the vertical axis so that the chart can represent the data normally (i.e. not to display the fluctu...
Does anybody know of a Javascript chart API that will handle scaling and labeling for date values on both axes? It looks like I'll have to do manual client-side calculations for labels if I want to use Google Chart API.
My data set is potentially sparse in the dates on either axis, so intelligent labeling calculations would save me a bu...
There are a handful of open-flash-charts tutorials on the web, mostly php from what I can see. I know there is a Java helper class, but I haven't found documentation or examples.
The helper library is also includes in the ofcharts grails plugin.
Java/Groovy or Grails suggestions welcome.
thanks!
...
I am having issues running the chart control on our 64 bit machine. I get the following error...
Could not load file or assembly 'AspnetChart' or one of its dependencies. An attempt was made to load a program with an incorrect format.
The machine I am running this on is a Windows Server 2003 Enterprise x64 Edition SP2 Intel(R) Xeon...
I'm coding an interactive applet with Piccolo and I need to include a Gaussian curve (aka Normal distribution chart) inside it.
I imagine any kind of Java implementation would be enough, but I can't find any. Ideally, I'd like to pass a set of values and have the chart drawn in a panel, an image object or anything that can be embedded ...
Hi,
Has anyone here used chart object in SSRS to display data graphically?
I would like to know what are "Drop data fields here", "Drop serues fields here" & "Drop category fields here" ?
What are data fields, series fields and category fields?
FWC
...
Hi
I am writing a small program in Perl for my assignment and I am new to Perl.
Code that I have written provides me with exactly the same values I need, but I am getting this error while creating bar chart.
Invalid data set: 0 at line 67
Line 67 is marked with a comment in the code below.
The values stored in x-axis are:
40 44 48...
I have a question about the ColumnChart in Flex 3.
a simple ColumnChart is like:
<mx:horizontalAxis>
<mx:CategoryAxis
dataProvider="{myDP}"
categoryField="date"
/>
</mx:horizontalAxis>
<mx:series>
<mx:ColumnSeries
xField="date"
yField="Expe...
I'm new to Flex but need to generate some visualizations of some time-based data. Any recommendations for tools that would work well in Flex?
...
I have a SSRS 2008 report with a Error Bar chart. It plots dates (x-axis) versus score (y-axis), with +10/-10 for the upper/lower error range. But in the dataset, I also have two sets averages (the US and the company's).
I would like to display these averages as a constant. It should be a horizontal line that runs through the chart.
...
I am drawing a graph using GD::Graph module in Perl.
I can draw the graph fine but in the drawn image I want to add some text around the top of the drawn graph image. Basically just want to add some text to this drawn image. However, I don't see an option to do that.
Does someone know if this is doable?
...
m_chart.Series("TestSeries").ChartType = SeriesChartType.Bubble
m_chart.Series("TestSeries").MarkerStyle = MarkerStyle.Circle
m_chart.Series("Default").Points. ...
at this point, how can i set x, y and diameter values?
...
I'm using the Microsoft Chart Controls, and displays data with dates along the X axis and want to have a grid line with a different color on some dates.
Let's say I display data for one week with 7 values along the X-axis:
05.04.09 06.04.09 07.04.09 08.04.09 09.04.09 10.04.09 11.04.09
In addition I have a collection of DateTimes and ...