charting

Draw a column graph with no space between columns

I am using the WPF toolkit, and am trying to render a graph that looks like a histogram. In particular, I want each column to be right up against each other column. There should be no gaps between columns. There are a number of components that you apply when creating a column graph. (See example XAML below). Does anybody know if there i...

Bar Chart on Iphone

I'm looking for a free charting library for iphone. I need to draw a simple bar Chart. Do you know one? ...

FLEX: how to fill AreaSeries with an arrayCollection

hi, how can I display the content of an arrayCollection in my an mx:AreaSeries ? arrayCollection = [12,31,12,42]; <mx:CartesianChart id="AllChart" dataProvider="{arrayCollection}" width="100%" height="100"> <mx:AreaSeries" /> <!-- how can I refer to the cells ? Should I use associative array ? --> </mx:Cartesian Chart> ...

Good Silverlight 4.0 chart / graph component?

I've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable. Can anyone recommend a good chart / graph component for Silverlight 4.0? I'm looking for one that provides: multiple simultaneous series, both scatter and lin...

how to get width of column in charting ColumnSeries. I have not set DataPointStyle. It takes the default

how to get width of column in charting ColumnSeries. I have not DataPointStyle. It takes the default I have set the itemssource to col.ItemsSource = new KeyValuePair[]{ new KeyValuePair(DateTime.Now.AddMonths(1), 100), new KeyValuePair(DateTime.Now.AddMonths(2), 200), new KeyValuePai...

Google bar chart not allowing me to label two bars?

Take the following chart. Everything is as I want except the 2nd label, 'Two', is being ignored, and the first label is being centered beneath both bars. Any idea what I'm doing wrong? http://chart.apis.google.com/chart?cht=bvg&amp;chs=200x200&amp;chd=t:10|80&amp;chco=000000,333666&amp;chxt=x,y&amp;chl=One|Two ...

What good alternatives are there to Google Charts?

I have been experimenting with Google charts. Are there any alternatives that are reasonably as expressive but can be installed locally on your own web server? I don't like the idea of relying on an outside entity for a feature to work. Even if it is for cost, it would be preferable. Any suggestions? ...

Works in Google charts but not in Eastwood?

This chart works fine in Google charts, but when rendered in Eastwood, it doesn't use the 2nd provided color, rather it applies the first color to both bars in the chart. http://chart.apis.google.com/chart?cht=bvg&amp;chs=150x150&amp;chd=t:18,81&amp;chco=FFF000|00FFFF&amp;chxt=x,y&amp;chl=Bar1|Bar2&amp;chtt=Chart Any suggestions as to...

asp.net Chart control - Pie Chart - Text around/outside piechart with tooltip

Hi, I am having a requirement, where I need to have a pie-chart, i need text around pie-chart , the text should be a hyperlink. Ex: we have 3 three fields A,B,C. A's ratio is 30%, B's ratio is 40%, c's ratio is 30% So pie chart gets divided into 3 parts, outside the graph , we should get the label A(in A's area only), when we point on...

MS Chart control highlight pie segment

Hi I am building a pie chart using MS Chart controls for ASP.Net. I need to figure out how i can highlight the segments of the pie chart when the mouse hovers over them. Any ideas on how i can achieve this? ...

Any good charting solutions for asp.net that can generate charts on server side and push them to the client?

We are getting rid of our flash based charting solutions to help users use our site on IPAD. ...

Drawing Server Layout

Hi All, I am currently using Visio to draw the layout of our server systems for future developers to grok. We program on Open Source tools like ruby and Ubuntu, and using Visio is rubbing me the wrong way. Are there any good open source alternatives for making pretty charts to explain hwow are servers are laid out? ...

Flex bar chart with Two Y axis

I am trying to create a bar char in action 3 script. But for some reason I am getting 2 y-axis and no x axis. Can some one help spot the error. I have said "placement " bottom. The chart creation method is "getBarChartData", this method when invoked creates a barchart and adds it to a canvas. This section is visible completely and ca...

How to group when using a "RangeBar" type chart in asp.net

I have the following chart: <asp:Chart ID="myChart" runat="server" Width="800px" > <series> <asp:Series ChartArea="ChartArea1" YValuesPerPoint="2" Name="Tasks" ChartType="RangeBar" CustomProperties="PointWidth=0.7" BorderColor="180, 26, 59, 105" Color="220, 65, 140, 240"></asp:Series> ...

Chart Problem, How to get the legend separated from the Chart?

Hi, I am working with the Chart Control for framework 3.5: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx I cannot put the legend more separated from the chart, this is what I get: Another problem I have, for the orange part (videoconferencia) I pass data only...

Microsoft Chart Controls in WPF4

Have Microsoft Chart Controls been integrated into .NET 4 release of WPF? I've found some statements supporting such claims but i cant find those controls :/ How do I use them in WPF4? ...

How to loop through the ChartColorPalette properties and add to list?

I am using the Microsoft Chart Controls for .NET 3.5 (C#) and have a chart in a winform. My hope is to allow the user to change the color palette based on their preference. How do I iterate through the color properties of the ChartColorPalette and add them to a combobox list? I know it should be something like: for each(something in ...

Flex uncontinuous linechart?

Is there a way to break the line in a line-chart, if the gap between 2 values on the x axis is bigger then a given value? For example there are 20 values but the first 13 are close to each other on the x axis and should be connected with a line, but the other 7 are a bit far from these and should be connected with another line. The type ...

Charts with Sharp Develop and SQLite

I'm inprocess to create a simple application that draws chart using the data from SQLite. Is it possible ? I'm trying to go this way for developing application: connecting and processing data using SQLite Fetching SQLite data for chart control and display results on chart I'm using C# with sharp develop for this simple project. A...

how to create Pert charts made with CSS or javascript

Please every body, How do I create pert chart like this? I want to make with CSS or javascript. thanks a lot http://upload.wikimedia.org/wikipedia/en/4/40/Pert_example_network_diagram.gif ...