A sheet of information in the form of a table, graph, or diagram.

learn more… | top users | synonyms (2)

1
vote
1answer
106 views

SSRS overlapping column chart

currently i have the following chart: It currently contains one column (blue one) and a range column (white one). But what i really need is a chart which looks like the following: So the white ...
0
votes
1answer
49 views

VB.NET: Mark Points in Line Chart

I'm creating a Chart with Lines on it in VB.NET. Now I got multiple Values in one Line. I want to mark certain of these values with a little Circle (or a Sqare, nevermind). How do I have to do this? ...
0
votes
0answers
23 views

charts in asp.net with group data

I am working on charts in asp.net. I want to create a chart like below but I do not know how to manage data for months as a group as in chart a series has only 2 means X and Y values. Please tell me ...
0
votes
1answer
85 views

plot a line graph with two axes in vb6

I want to plot a line graph from two arrays in VB6, e.g. x(1 to 3) =1,2,3 y(1 to 3) =1,2,3 ... with axes containing values x=1,2,3 and y=1,2,3. I only know this command: ...
0
votes
1answer
42 views

How to set the x value for High Charts error bar

Is it possible to specify both x and y (min, max) co-ordinates for an error bar (confidence interval) in HighCharts? I'm able to use this format for normal series, but not when type: 'errorBar' is ...
0
votes
0answers
48 views

How can I get the size of the Plot Area in a Microsoft Chart Control

I am using the MS Chart Control in a Windows application. I am charting various series dynamically and the user can specify which charttype each series should be. This leads to situations where pie ...
0
votes
0answers
56 views

Google column chart values blow up when columns are stacked

Using Google Visualization API to make a column chart. The data table for this chart has three values: a date, an attended value, and an unattended value. Ideally I want the attended and unattended ...
1
vote
1answer
30 views

Chart Percentage Differences in Reporting Services

How can I chart year on year percentage change in a reporting services chart? From my source data (which is a SharePoint 2010 list) I can use the "Previous" function in a table to work out the ...
0
votes
1answer
33 views

Visifire point chart with only one color

I'm trying to plot some data using a visifire point chart, but instead of having rainbow colors I just want one single color, or maybe if I add another dataset, do a different color for each dataset I ...
0
votes
0answers
78 views

Dev express XtraChart X axis DateTime scale option

i'm working on a chart with candlestick series view, and creating chart very similar as meta trader 4 have. My idea is to change X axis DateTime scale to selected timeframe (1 minute, 5 minutes, 15 ...
0
votes
0answers
45 views

nvd3 — modifying parallel coordinates chart to have text

Parallel coordiantes is a way of visualizing high-dimensional data points, as a collection of broken lines. I modified the nvd3 parallel coordinates example, to fit my own data set. jsFiddle (the ...
0
votes
1answer
69 views

How to make a 100% stacked Column Chart in Report Builder 3.0 with one value?

I am using Report Builder 3.0 for a Report having a 100% Stacked column chart. I have a values for different dates, now i want to make a column chart where the maximum value would denote 100% in ...
0
votes
0answers
25 views

Winform chart control - Multiple chart\series type

it's possible mixing chart 'bar' type with chart 'line' type? i have try but 'line' type it's show only with 'column' type. Ex : WSeries2.ChartType = DataVisualization.Charting.SeriesChartType.Column ...
-1
votes
0answers
50 views

multiple series MSChart and Linq [closed]

I have a table like File_Type Status 834 No 834 Yes 827 No and I would like to have a MS bar chart which explains how many Yes and No rows availiable for the ...
0
votes
1answer
43 views

VB.NET Chart is not updating when dataset updates

I have a sub called addchartPrevious24() This sub is being called on the initial load and when the user calls for a refresh. The job of this sub is to go out to an access database query the ...
-1
votes
0answers
65 views

Extjs 4 Heat-map

Does any one use heat map for extended java script?what I mean by heat map is like the one in this link which is basically viewing for the data with colors depends on these values.Thanks in advance.
1
vote
0answers
68 views

3d-surface plot with overlay points in javascript

I want to visualize a stochastic optimization algorithm written in javascript and so I'm looking to plot 3d surfaces in javascript with overlay scatter points. But I can't find any library that ...
1
vote
1answer
117 views

Android - Fill color below the line chart

I am building a line chart for one of our applications. The line part in the chart is working fine but now I have to fill the area below the line with a color, something like this image below. I am ...
1
vote
1answer
22 views

How to add extreme values to box plot in .net charting?

I use .net Charting to generate a box plot chart. I'm able to draw the box and the median line. I even got the whiskers to work. I use the following method to generate the ElementCollection: ...
0
votes
0answers
54 views

Jquery Mobile 'data-role=“page”' concept - Jqplot

I am populating a chart with user Input. And refreshing it whenever the values change. It work's in the same page, although when i try to put the chart in another data-role page, it doesnt work. Is ...
1
vote
2answers
101 views

java pie chart height is not properly placed

I am using JFreeChart to make a chart in my program. My problem is I cannot set the height properly. I have tried every command I could think of, I have put it in other panels, however, nothing works. ...
0
votes
1answer
50 views

How to dynamically change TChart's Panel's color in Delphi?

While in IDE Panel's parameters are shown in Chart->Panel->Parameters (e.g. color). I can't use this method in code though: Chart.Panel.Color:=RGB(0,0,0);//doesn't work Any advice would be ...
0
votes
1answer
40 views

How to include excel chart in mail merge

just i want include chart from excel to mail merge(ms word).i can include any fields from excel but i cant add chart to the mail merge.How that can be done Is any other possible ways.
0
votes
1answer
42 views

How to show gridlines only on 0 on the yAxis in highcharts?

I have a highcharts graph and everything is going on as the mockup below. But there are a few things I am stuck on. Is there a way to remove all the gridlines from the yAxis except for the one in 0 ...
0
votes
0answers
227 views

How to make multiple Y-Axis in ASP.Net Chart Control

I want to make Six Y-Axis is this possible in MS Chart Tool if yes then please help how? Want to make Multiple series how . I want user select one values for x-axis from DropDown and 6 different value ...
0
votes
1answer
39 views

What graph/dashboard product is facebook using in Dashboard: PUE & WUE

I love the facebook Dashboard: PUE & WUE. It is beautifull Can anyone point out if there is an open source or commercial product to offer a similar style? here is the link ...
2
votes
1answer
36 views

What is the purpose of the scale argument in functions such as setYLabelsColor()?

In the achartengine library, the class XYMultipleSeriesRenderer which has two functions: public void setXLabelsColor(int color) public void setYLabelsColor(int scale, int color) setXLabelsColor() ...
1
vote
1answer
27 views

How to optimize data aggregation in day of week, time of day for a period of one month back

Here is the situation: I have a SAAS Application which is a simple RSS Feed reader. I think most people know what this is - users subscribing to RSS feeds and then reading items from them. Nothing ...
0
votes
3answers
114 views

iOS draw simple bar charts like Mint app

I want to create a custom cell like one in the Mint app which does pretty much the same thing. How do I go about drawing the two bars using the earned and spent data? Thanks, I got this far: ...
0
votes
1answer
42 views

from group to stacked graph with Rgraph, y-axis doesn't change

I've been looking around and couldn't find an answer for it, and I don't think it's a difficult solution, but I can't figure out how to do it. I draw a grouped bar chart with RGraph. This is done ...
1
vote
1answer
38 views

Highcharts pie with a single value in %

I have several values in percent, that should be displayed with nested pies. Is it possible that each pie doesn't fill up to 100%? e.g. when a value is 0.5 it should only draw a half pie. I tried it ...
1
vote
2answers
60 views

How to get the the source data of all the series of a chart in VBA?

With ActiveWorkbook.Sheets(1) INSPECT_CHARTS_NUMBER = .ChartObjects.Count For c= 1 To .ChartObjects.Count Set INSPECT_CHART = .ChartObjects(c).Duplicate .ChartObjects(c).Chart.SetSourceData ...
1
vote
1answer
160 views

Display X and Y axis in Rickshaw Charts

I have multiple data and its count.I want to display it using rickshaw bar chart. How can i display data and count in X and Y axis respectively. All i got is : var graph = new Rickshaw.Graph({ ...
1
vote
1answer
34 views

Mapping election's data with google chart

I need to map the results of the last Venezuelan president elections in a Google geoMap chart. I'm trying to put in the same chart the results of both mayor candidates, but it seems Google Chart is ...
1
vote
1answer
61 views

Adding labels to markers in Excel from a column in C#

I have an excel sheet with 3 columns. Column B and C are my data and column A contains the labels for each point. I had to use this to get my chart right series1Point.XValues = ...
0
votes
0answers
48 views

multiple series in asp chart with each series showing data from different sql queries

I am a newbie to asp and vb and having issue with multiples series in charts. My problem is, I am having a table with machine_id,speed,power and I want to draw a chart with speed and power. and I ...
2
votes
0answers
125 views

VB.Net - First dataPoint in series plotting to wrong x value on chart

I'm developing a class to manage data Series for a chart. However, when I add a new series, if the first dataPoint has an XValue of 0, it instead shows on the plot as having an XValue of 1. If I add ...
0
votes
0answers
122 views

Crystal Reports line chart with multiple series issues

I have a dataset defined as follows: Id int SampleDate datetime Series1 decimal(4,1) Series2 decimal(4,1) Series3 decimal(4,1) Series4 decimal(4,1) aSeries5 decimal(4,1) What I am trying to achieve ...
-3
votes
1answer
49 views

Changing size of points in an excel chart [closed]

I want to change the size of a point in my excel chart generated in C# using interop. The points are just a little to big and I have to reduce them. Thanks
0
votes
2answers
77 views

ZedGraph how to detect zoom in or out?

I have been using ZedGraph for a while but I was just frustrated after hours of search I couldn't find how to distinguish detect if the zoom event was "zoom in" or "zoom out" or "zoom all out? ...
0
votes
0answers
37 views

How to disable html file to first load in titanium studio

can i know how do i stop/disable html file to load first? As i am building a simple pie chart using google chart editor, and changed the value to array retrieved from my javascript file. Is there any ...
0
votes
1answer
36 views

Is it possible to create a bubble polar chart with Highcharts?

I'm trying to create a bubble polar chart with Highcharts, is this possible? Documentation isn't clear about this, and my attempts so far haven't been successful. It would something look like this: ...
0
votes
2answers
57 views

Displaying the median in an SSRS chart

I am developing a bar chart report in SSRS 2008. I simply want the bars in the bar chart to represent the median of a value from the query this is using. What is the best way to do this?
1
vote
0answers
45 views

How to set the background image in a chart in CRM 2011 XML

Im trying to add an image to the background of a radar chart in crm 2011 using XML. I've tried this: <ChartAreas> <ChartArea BackImage="c:\test\wheeltest1.jpg" BorderColor="White" ...
1
vote
1answer
82 views

How to list properties of a chart object in VBA?

I want to clone(using VBA) some charts and be able to change them for that I need to know what they contain. How to list properties of a chart object in VBA, more like an object dump in other ...
0
votes
2answers
90 views

Excel: How can I add custom gridline to a chart?

How can I add a custom gridline with a label at the exact same level as the first column in the chart (see the screenshot below). Can this be done in VBA?
-4
votes
1answer
317 views

How do I draw a graph or tree structure in JavaScript? [closed]

I need to be able to draw graphs like the following in JavaScript: I know about the Raphael library, but it's only for drawing arbitrary shapes. I have a few predefined node types (the colored ...
0
votes
0answers
125 views

Extjs grouped bar chart : change bar's width dynamically

I'm using Extjs 4.x with the MVC architecture, I have a menu containing buttons : "Large bars", "Medium bars", "Small bars". After my chart is normally rendered, depending on the menu buttons, I want ...
0
votes
6answers
261 views

How to draw a real-time graph using Java/JSP

I am going to start working on a project in which I need to make a real time line graph in Java/JSP. I need to keep on updating the graph as new data comes in from the server. Can anyone recommend a ...
0
votes
2answers
112 views

Adding a custom tooltip to a bubble chart / highchart

I am trying to customize the tooltip in a highcharts bubble chart. Rather than having just the figures appear in the tooltip, I'd like to add context based on the x,y and z titles (ex, "50 fatalities, ...

1 3 4 5 6 7 101