I'm interested in developing a web-based application with rich time series charting functionality, where the charts can be constructed and manipulated on the client side. I would like the chart surface to be highly interactive, with the ability to pan and zoom with the mouse, click on lines, axes, etc. Importantly, I would prefer not to ...
Hi all,
I need to implement animation in Microsoft chart control like in this link.
Is it possible to implement this?
If yes then how to implement?
Please help.
Thanks in advance.
...
I'm looking for ways to present statistical information in my ASP.NET web application. Ease of use is not a priority: I have tried "Microsoft Chart Controls for Microsoft .NET Framework 3.5" and would like to have much more control on how my data is presented. Price is also of great importance...
Please advise.
...
I'm looking for a .NET chart component that can display a world map, with the option to shade different countries.
Are there any freeware products that do this?
This needs to be "offline" so any Google type API will not be possible.
...
In order to perform basic charting from a windows service (win32 API) including the generation of bar charts from text file data (saved as .jpeg for instance), I'm stuck about whether .NET 3.5 has this ability built in.
For charting, which references should be added and/or which using statements included?
Even a nudge in the right dire...
Hey all,
is there any library (for C or python) that I can use to get roughly the same functionality as I can get from Google Charts ?
I specifically need the pie diagrams (standard), multi-dataset-pie-diagrams (not-so-standard), and venn diagrams (rare)...
...
I am using NPlot charting library to draw several plots illustrating signal fluctuations. The plots are inserted one beneath the other in a flowlayoutpanel1.
The x axis is the time. The y is the value of the signal.
I've added a trackbar at the bottom, along the x axis. When the user moves the trackbar, the value of each signal is dis...
I have multiple line series in a chart. Chart lines are drawn first and then dots follow the lines. It's annoying and the size of big dots makes large datasets simply useless.
Currently I am doing this for each lineseries...
<chartingToolkit:LineSeries
Title="Socket 2"
Name="LineSocket2"
LegendItemStyle...
Suppose I have N segments, each one having a start and a end value, for example:
[1,40],[40,80],[80,100],[90,110]
I'd like to create a chart where I can display all of them, in such a way that I can see that the fourth segment overlaps the values of the third one.
I'm new to charting, can you suggest which chart type I could use for...
I have been trying to get the Silverlight charting toolkit to allow me to have a variable number of series based on the data.
A single line graph is easy you have two data points in my case NumberOfDays is the X axis and CountOfItems is the value to be graphed.
Now I want to be able to say
Product 1, Day 1, 10 items
Product 2, Day 1,...
I am looking for a suitable charting component use in my Web project,Please help me!
Thanks!
...
Can anybody give a code snippet which will explain how to use Binary streaming render type in ASP.Net Charting controls using $.ajax call in ASP.Net MVC Framework. ?
Ajax call will look like this-->
$.ajax({
type: "POST",
url: "/DrawChart/" + drawingParamter1+ "/" + drawingParamter2,
dataType: someSuitableD...
Background to Question:
Software for analysing blood glucose readings for diabetics, typically have something called a "daily modal" chart.
This chart type is a line chart showing times of day on the X-axis, blood glucose readings on the Y-axis, and it displays this for a specified date range. So for example, I can see a chart of my da...
In our application we allow users to chart enum values over time. We want the values plotted on the y-axis according to their integer values. However, we want the y-axis labelled with localized strings. And we'd like the "tooltip" diplayed when you hover over a plotted point to display a localized string.
I thought this would be "simple...
I'm using the'System.Windows.Forms.DataVisualization.Charting' library for my chart and I was wondering if anyone figured out how to switch the axes to display the chart vertically
Thanks.
...
I'm in the process of writing a visualization library for a product I work on and I've been thinking about i18n and BiDi support. I haven't been able to find a good answer anywhere, and my Project Manager doesn't really know the answer either.
My question is this: how far should I take bi-directionality with visualizations? Should the...
Hello,
Is it possible to color the inner circles of a radar chart. I want to color each section differently
The image below should clarify:
Wanted radar chart
Thanks in advance!
Kind Regards,
JJ
...
hi there
i am writing a program in c# windows app
and i use the microsoft chart component
i have 100 string in an array and 100 double in an array
and i wanna draw a chart with these arrays but i have a problem
it draws chart with 5 or 6 column
what shoud i do with this problem
string[] dates = new string[100];
double[]...
Does anyone know if it is possible to add a click event handler to the vertical axis (or any axis) of a barchart in flex?
If I add the handler to the BarChart itself, it looks as though the event doesn't fire unless you click on the actual chart, not the axes.
Any help is appreciated, if you need more info let me know.
Thanks
...
I'm trying to create a .net charting control completely in the code behind and insert that chart at a specific location on the web page.
Here is my html page:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or...