See the chart below. I'm building the chart programatically, so no asp.net control syntax please.
How do I change the grid line colours that cross horizontally and vertically behind the bars? As you can see I've worked out how to change the actual axis colours, but the grid colours remain black.
public ActionResult RenderChart()
{
...
Hi, I used cahrt Control in my asp.net application, for all types of are working perfectly, but hour wise charts are displaying very ugly...
I am taking the time as on X-Axis and Count on Y-Axis,
I want to display the total 24 hours on X-Axis, like 0 1 2 3..... 24
Can any one tell me how to set the property.. how to di...
Ext-js Chart,
I have a line graph, and I wish to add a single line(eg. average line) to the graph.
The only way I can think of to emulate this line is to do the following:
add an extra field with identical value to all my data points if, but this seems to be a waste and plus I don't want to show the dots that comes with the line.
is th...
I'm in urgent need of an Objective-C/Cocoa/Cocoa Touch framework to handle simple charting; pie chards, histograms etc.
The only thing that comes close is:
http://code.google.com/p/gchart-objc/
But it seems to be quite an early release and not maintained.
Has anyone created or used such a framework or library.
...
I am currently developing an application that uses chart control to create a histogram. The histogram displays data correctly however I would like to center the data. Right now the Min and Max are automatically set. I would like the graph to always force its to be displayed symmetrically.
Here is an example of what I'm trying to accompl...
Is it possible to set font-family for any of the non-flash Google chart visualizations? Specifically for things like the text on the chart axis. Google charts is powerful, but ugly. And unfortunately I can’t move to something nicer, like gRaphael.
...
Hi,
I have a 180-degree circular image, sort of like a speed meter, where I need to dynamically show a value based on an XML / database. One option is using 5-10 different images and loading a different image based on the current value when the visitor enters the website. But I would much rather use something truly dynamic, or an animat...
I can manage to build a line chart like in pic 1, but would like to know how to build one like in pic 2. I need the graph to be filled with color (like in pic 2). How would I do that?
...
Hi All,
I need to create dash boards showing geographic regions and show sales, hot spots etc on a map.
What have you tried and what do you recommend?
I like the look of both Fusion Charts and Dundas
I will be using asp.net for the site but any control's or library's including flash or javascript are good options.
Most important is ...
Hello,
I already have log file. Now what i need is to make the graph of that log file.
Is there any command line tool or google API to make graph which will show every transaction time.
Thank You
...
I havo to implement a custom control in WPF which contains a line chart. This control should permit to an user to define, with a control template, the number of grids, the font family and the font size of axis labels and other parameters.
I'm wondering if one of you can address me to an example or give me some advice.
Thank you in advanc...
Is there a way to plot multiple data for the same value x? For example following points:
[1, 1], [1, 2], [1, 3], [2, 6], [2, 9], [3, 11], [4, 11]...
Many thanks!
...
I've got a series of Excel spreadsheets, each with at least one page of data and one page of a chart created from the data. I need to capture ( not regenerate from the data ) the existing chart as a web friendly image. Is this possible via Java or .Net? I know the POI stuff (Java) won't do it (or so I'm told, haven't tried it myself).
...
I have a rather odd scenario. I am creating a web service for a scientific experiment.
The output is like the following [0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1 ...]
I want to display this in a chart in our web page.
This experiment is an ongoing one, and thus, the list is updated every 2 seconds with 20 more fields. This is a time bas...
Hi,
I have some data similar to the following chart:
http://developer.yahoo.com/yui/examples/charts/charts-seriescustomization_clean.html
Only difference is that for each of the fields - I have some other extra data - say For utlilities - I have a cash reserve for utility - as another field. I would prefer this data point to come abov...
Does anyone know of a library to display charts and graphs natively on blackberry devices ? There are quite a few javascript (Flot...) charting libraries but I'd rather use something similar to Coreplot on iPhone if it is possible. I didn't find anything on top of SVG (JSR 226) or open GL ES (JSR 239) so any help is appreciated.
Ideally...
It seems as though there is much to do in order to simply use the chart control using MVC 2 versus WebForms. I am guessing that now that you can combine WebForm with MVC 2 in ASP.NET 4.0 this will be less problematic, but I really want to know if someone has a list of the steps to leverage the chart controls on an MVC View. Surely if I...
I've searched but there are so many different options, so i decided to ask if do you know of any good and free animated flash charts?
...
Hello All,
I'm currently using JSCharts to chart some data, however, I'm not quite sure how to hide the axes. Maybe I'm overlooking something in the reference documentation (see http://www.jscharts.com/how-to-use-reference) but I can't seem to find it!~
myChart.setAxisWidth(0); //works in Firefox but not Chrome
Thanks in advance!
...
One of my projects needs to show users where they rank in certain calculations. I inherited the graph structure from the previous programmer and had to leave it alone while I worked on other parts of the site.
It's time to make the graphs more meaningful, so I'm looking for books/websites/etc about graphs. (Not graph theory!) Charts th...