I have a sql query based report that returns multiple rows - typically 5 - each one having different values in the main data columns (8 off) and a column called type. Effectively for each different type there will be a different set of values in the corresponding 8 values columns. The report works perfectly but I cannot get more than one...
How is it possible to have the y axis, go from say 0-100, or even 0-1000, right now its all jumbled up and doesnt make any sense, i do not want to sort my data.
http://chart.apis.google.com/chart?chxt=x,y&cht=bvs&chd=t:40,20,80,2,11&chco=76A4FB&chls=1.0&chs=200x125&chxl=0:|mon|tues|wed|thu|fr|1:|40|20|80|2|11
...
I'm really new to website development and for a project I need:
No public pages. All private.
Login+Password (Users, Admins)
Being able to upload XML-files from Android device
Parse this XML into something I can plot. Easy charting.
Admin users being able to read all sub-users uploads.
Doesn't have to look good.
No blog-post. Strictly...
I've just upgraded to .NET 4 and my ASP.NET Chart Control no longer displays.
For .NET 3.5, the HTML produced by the control used to look like this:
<img id="20_Chart" src="/ChartImg.axd?i=chart_5f6a8fd179a246a5a0f4f44fcd7d5e03_0.png&g=16eb7881335e47dcba16fdfd8339ba1a" alt="" style="height:300px;width:300px;border-width:0px;" />
...
Is there a way to add a Scale Break in Visual Studio 2005 for an SSRS line chart report?
The reason is because I have some data like the following:
Vendor Date Amount
------ ---- ------
Test 1/1 0.0093
Test 1/2 0.0072
Test1 1/1 0.0033
Test1 1/2 -0.0450
Volume 1/1 343203
Volume 1/2 493902
I'm...
I have an RDLC report based on custom Data sets used in a WPF application.
I have a Chart with a simple line chart.
IS there a way I can add a trendline to this RDLC report?
...
I just installed microsoft chart controls software on my system. Now the chart is present on the data toolbox on visual C# 2008 express edition. But it is not available on visual web developer 2008 express edition
When I tried
<asp:chart >
it is not available...
Do I have to do some procedure to get it active on web developer.
Can a...
HI
I am very new to both json and js charts.
In the example of bar chart, they are giving a hard coded array like this,
var myData = new Array(['U.S.A.', 69.5], ['Canada', 2.8], ['Japan & SE.Asia', 5.6] );
var myChart = new JSChart('graph', 'bar');
myChart.setDataArray(myData);
Instead of that I want to use the response of $.post() m...
Hi Guys,
Em having one major problem with the graph creatio i.e. the data points of the chart (seen when you mouse over the chart) don’t line up with the position on the axis that they should, and are instead offset to the right by some variable amount so that they appear in the middle. No amount of trolling through the documentation p...
Hi there,
How can I draw candle charts in C#? Does anybody has any examples with a nice interface?
Thanks in advance
...
Does anyone have any recommendations for plotting scientific data in .net (c# winforms). Some of my requirements are: real time plotting, 3D (waterfall), multiple axis, ability to accept BindingList as a data source and recognize any changes to the data. I also need a high level of user interactivity such as the ability to graphically se...
i am developing a tool to create dynamic hierarchical charts.. am able to create object i.e circles and link it dynamically. i want to set properties for those objects.. can someone tell how to do it.
...
I am getting this error
Invalid temp directory in chart handler configuration [c:\TempImageFiles\].
While running my code.
Intially I was getting No http handler was found for request type ‘GET’ error which I solved it by referring no http handler
But now I am getting the above error
The details of the error are
Description: An unha...
I need to be able to represent high and lows using a javascript charting libraries. All the libraries I have seen only allow defining the "high" value and the low value is always defaulted to zero.
Thanks!
...
I want to use Pie, Bar, Line charts in java. What is the best API to use them? Is there any API by Sun to create these types of charts?
...
Hi,
I know how to group chart slices / bars below a certain threshold together into one bar. But if the data displayed in the chart contains lots of small slices, collecting slices below 5% or so results in a huge "other" slice / bar. On the other hand, if I collect only slices below a very small treshold, the chart could contain too m...
Hi,
I want to control the x and y axis of a multi series line charts available in Silverlight toolkit from the C# code. I am not able to find any appropriate example using google. Any kind of example or pointers would be appreciated!
EDIT:
This is what I have done so far:
<toolkit:Chart Canvas.Left="104" Canvas.Top="18" Name="chartCo...
I want to render the colors in a "Stacked" bar chart using itemRenderer.
I have a dynamic arrayCollection of objects (object contains 2 fields: type:String and value:long), I want to render the color according to the object.type value, each type will have a special custom color (texture).
Can anybody refer me to a flex tutorial/sample wh...
hi,
I really like the dashboard line chart which is used in google analytics, Which charting solution they use, is it made by google, i can't find it in google charts.
Thanks
...
I have been looking for a graphing library to use in an upcoming web application, but I have two requirements that have been tripping me up:
Ability to save the graph as an image.
Show error bars on the points of line charts as well as bar charts.
I have found solutions to #1 by using flash charts or even the Google Chart API. Howeve...