A sheet of information in the form of a table, graph, or diagram.
0
votes
1answer
49 views
How do I Programmatically link an Excel table to a Powerpoint 2003 Chart
I have charts built in powerpoint where the data was manually pasted into the charts' dataSheets. I would like the user to be able to specify which excel file he would like to use and have the code ...
0
votes
2answers
54 views
Highcharts Grouped Column Chart with Multiple Groups?
I'm looking to create a grouped column chart in Highcharts, except with multiple groups in a given day. The graph would look like this http://www.highcharts.com/demo/column-stacked-and-grouped (from ...
0
votes
2answers
37 views
What type of SSRS chart will plot individual specified points?
I have a query that returns six specific values, let's call them xLow, xMed, xHigh, yLow, yMed, and yHigh.
I am supposed to add a graph to a report that plots five specific points. First is a box ...
0
votes
1answer
38 views
Export charts web part to pdf
I have to do reporting in my SharePoint project.I have in my page multiple charts web part. I want to add button under each web part which export the chart web part to pdf. Is it possible to do? How ...
0
votes
0answers
43 views
Use Javascript and/or HTML 5 for iOS app graph
I'm trying to decide which is the best direction to include a simple XY line graph in a iOS app I'm working on. I've looked into core-plot, but it looks way overkill for what I'm trying to do. While ...
0
votes
1answer
44 views
jqPlot bar chart with linear scale
I would like to get bar chart with linear ticks on xaxis, here the code -
<script class="code" type="text/javascript">$(document).ready(function(){
var years = ['2000', '2010', ...
-1
votes
0answers
25 views
get value from database when i draw a chart
i have this js code to draw a chart in my web site
its work well but the problem is , i need to change the value to value i get it from my data base
how i can do that ?
<div ...
0
votes
1answer
31 views
ASP Chart - remove unwanted values which are appended to X axis
I have created a simple ASP chart which is displaying a date range (a week) in days on the X axis, and an integer value on Y axis.
I have created a datasource to pull the data, which currently ...
0
votes
1answer
64 views
Excel Chart Zoom-Out Function
I already coded a Zoom-In Function for Charts in Excel, but I dont know how to do the Zoom-Out with the Scrollbar Value.
Can anybody help me?
Private Sub Zoom_X_Change1()
With ...
-1
votes
0answers
23 views
Google Analytics Charts
I'm trying to do my own custom dashboard and I want to display some reports from Google Analytics. I've been exploring Google API PHP Client I'm already able to do authentication and some queries. ...
1
vote
1answer
70 views
Highcharts: Pie chart label overlap
I have this pie chart: http://jsfiddle.net/gXjVY/
And as you can see, the data labels of the charts are overlapping. I tried to define the distance: -1 inside a serie, but it doesn't work. Anybody an ...
0
votes
2answers
34 views
Which are some of best decimation algorithm to apply on large amount of data ? - .Net Component-one chart
We have got large amount of data points (more then 50,000) which needs to be rendered on componentone line chart (or may be telerik chart control)
This chart is to show electrical channels i.e. ...
0
votes
0answers
25 views
COMException 0x800A03EC Chart to Image
I'm creating a program that takes a chart from an excel worksheet and converts it into an image.
I'm fine with getting the first chart, but when I try to get the 2nd chart, it gives me a COMException
...
0
votes
0answers
31 views
Flex PlotChart, Datatip position, showalldatatip
I'm working on a flex driven application that will show a timeline of events. I have set the PlotChart's showAllDataTips property to True, so that the DataTips are always visible. I don't seem to have ...
1
vote
1answer
36 views
Google Charts Threshold?
Is it possible to develop a threshold with Google Charts?
I have a Google combo chart with 5 columns. In theory, I wanted to use the addRange formatter function to change the color of the 2nd column ...
2
votes
2answers
76 views
Precise process event timeline diagrams (e.g. in Excel)
I need to prepare such diagrams:
I think it's quite intuitive how to read this diagram and this is why I want to create a few of them for my project.
I am quite confused how to create them ...
0
votes
1answer
37 views
JasperReports. How to count records in time interval and display it in chart
I have a table for storing event information. When event is launched it creates new record in table. Each record contains timestamp value that represents time when event was launched.
For example:
...
-2
votes
1answer
55 views
Free Charts in Monodroid [closed]
first of all, I'm sorry but my Engilsh isn't good.
I was looking for how can I draw a Chart in Monodroid during 5 or 6 hours, and I didn't find anything. I only found TeeChart(steema) but I don't ...
0
votes
0answers
37 views
Can't get the range from excel worksheet c#
I'm trying to create a chart from a given range.
I have values between A1 and BQ11.
If I do the following: chartRange = xlWorkSheet.Range["A1", "J11"];, I get the graph correctly.
However, if I do ...
2
votes
0answers
70 views
Rotate X axis in Excel chart c#
I'm trying to rotate the X-Axis text in an Excel chart.
Here is my current code:
Excel.Application xlApp;
Excel.Workbook xlWorkBook;
Excel.Worksheet xlWorkSheet;
object misValue = ...
0
votes
0answers
35 views
How to remove an added series in Silverlight ColumnSeries Chart?
I'm new to charting in Silverlight 5. I created a chart in Silverlight with no 3rd party used. I added a series to a chart by code.
ColumnSeries series = new ColumnSeries();
...
0
votes
0answers
16 views
Custom Chart Axis [migrated]
I have an Excel chart whose X-axis values are 5000, 10000, 15000 and so-on but I want them to be like 1,2,3,... i.e. divide them by 5000.
Is there any way I can accomplish this?
0
votes
0answers
24 views
Creating Charts Google Analytics Data
I'm trying to do my own custom dashboard and I want to display some reports from Google Analytics. I've been exploring Google API PHP Client I'm already able to do authentication and some queries.
...
1
vote
0answers
36 views
Why can't I modify the axes from a JavaFX LineChart?
I got a LineChart which actually hold two axes. I really need to manipulate the bounds for xAxis and the ticking, however I can't get the axis as a NumberAxis, I just get it as an Axis for which I ...
0
votes
1answer
37 views
Google spreadsheets sheet.getCharts() only works when Spreadsheet is opened?
I'm can not get the chart of my Sheet when the spreadsheet is closed. My goal is to update and send the chart as email and I have managed that easily when Google Spreadsheet is open.
But when CLOSED, ...
0
votes
2answers
195 views
Last step connecting MySQL to PHP to JSON to D3 (javascript) cool stuff multicharts
The issue continues active already! Where are all this smart guys?
Link to download it! example.zip (on the "advanced_8stremas, i took the original and put some steroids, so It can be easyer for you ...
1
vote
1answer
51 views
Any idea where chartingprimitives:Edgepanel has gone in Silverlight 5?
I am (trying) to code a Silverlight 5 application to display some Charts. I have installed the Silverlight 5 Toolkit from Codeplex (Dec 2011 version) and I have customized the Chart Control template ...
0
votes
0answers
28 views
Flex chart grid count
I want to have a grid background to my chart , I used the style properties to apply the grid
.setStyle("gridDirection", "both");
In some charts it is not aligned with the lables, I have many more ...
0
votes
1answer
28 views
jqplot start graph axis labelling from top
Want a simple fix for jqplot axis display. I am using Bubble charts for chart display, and CategoryAxisRenderer for axis.
All I want is the axes to display in top-down fashion, rather than the ...
1
vote
1answer
83 views
Take only some value from JavaFX ObservableList
I need to build a
LineChart<Number,Number>
I had the data stored in
ObservableList<MyData>
MyData had 4 variable, all of it are int. Let just say the variable in MyData are: No1, ...
0
votes
0answers
70 views
Customize legend to display in vertical + horizontal EXTJS
i'm using Columns Chart.
Simply legend=true,
then it's display in horizontal manner, if i set to vertical then it's set all data in vertical manner.
but need to do that is,display legend in both ...
1
vote
1answer
54 views
How to change graph colour above and below plotline in Highcharts
In HighCharts Line Chart, how do I set the colour of a series line depending on its value in relation to the value of a plotline.
For example, if I have a plotline y = 15, how could I make the series ...
0
votes
1answer
39 views
Invalid Procedure Call Error when Calling on a chart procedure
Would anyone guess why I am getting a "Run Time Error 5: Invalid Procedure Call or Parameter?
The graph works allright, it's just that I get this error and I would like to get rid of it.
Option ...
0
votes
1answer
36 views
HighStock Area Charts - Add Two Series
In this example we have two series:
http://www.highcharts.com/demo/area-basic
but I wish to plot two series on this, the stock type chart:
http://www.highcharts.com/stock/demo/area
Any idea if ...
0
votes
0answers
27 views
pChart - Duplicate labels on second series appearing on the left axis
Can someone please help point me in the right direction for what's causing the problem with the attached graph. I am seeing for values for the second Y axis on the left side in addition to values as ...
0
votes
0answers
24 views
FussionCharts: line is not visible when rendering scatter chart
i am using scatter chart to draw a real values X-Y values
but as in the picture maintained below the line is not shown , i think i am dong every thing in the right way but i don't know what is the ...
0
votes
2answers
92 views
How to create and format various charts in powerpoint based on excel data?
I have been trying to find a solution, be it a macro or a simple solution, to create and format charts in a powerpoint presentation. So far I could not find anything that would solve my issue.
The ...
-1
votes
0answers
33 views
How to add rectangle to line chart in javafx 2.1?
I would implement some feature where the user selects a rectangular region of data plotted in linechart. This selection must follow the data while panning and zooming. Finally, it should give access ...
0
votes
0answers
48 views
What means and how show chart information in Ganglia/RRD Tool?
I'm using Ganglia, which use RRDTool as database, to get chart about my servers, but after installing, setting the things up, I notice that there's a bit of confusion in the way that the data are ...
0
votes
0answers
38 views
XY scatter chart in libreCalc
I am using libreCalc on Ubuntu 12.04 and I have several data that looks like this:
Config 1 Config 2 Config 3 Config 4
10.583234 20.284687 32.180903 8.512271
...
1
vote
2answers
66 views
Is it possible to position the zoom buttons in highcharts/highstock?
As the title says, we have some charts that have two y axis on the left, and as a consequence if the screen is made smaller then the zoom buttons overlap the range inputs.
Ideally I would want the ...
0
votes
2answers
99 views
Excel, PHPExcel, Scatter plot (XY) and Highcharts. The structure of scatter plots in Excel
This question is part excel and charting question and part programming question.
Im using PHPExcel to convert chart data from a excel sheet into json. Im then using this json to convert it's data to ...
0
votes
0answers
41 views
MS Dynamics CRM. Charts customization
I have two entities "vacancy" and "person" related with 1:N relationship. I created a chart funnel for "person" entity and located it on dashboard. but I would like to choose from drop-down list (for ...
0
votes
1answer
42 views
Calling on a VBA procedure that generates a chart using ARRAY data
So, I have created an array, and I am trying to put the data into a chart... but I have no clue how to make the chart take on the data from an array I generated, rather than from a range. I coded for ...
-5
votes
0answers
48 views
Empty stock chart when creating [closed]
When create a stock chart in vb.net it came empty:
' Create a new instance of the child form.
Dim ChildForm As New System.Windows.Forms.Form
' Make it a child of this MDI form before showing it.
...
0
votes
1answer
24 views
Change dojox.charting.Chart title after render
I was wondering if there is any method from which we can set title of a Chart after it is rendered. The title can be set initially while creating the chart object, example:
var chart = new ...
-4
votes
0answers
21 views
Excel Macros charts [closed]
I am relatively new to writing code in macros. I am building a KPI dashboard and need to change the 7 widgets between two different data sets, with a drop down option. Each widgets data set will be ...
0
votes
0answers
98 views
Change axis label font for a single bar in bar chart using datavisualization library with VB
I have a bar chart defined using the Visual Studio designer. The data points are set programatically like this (using Visual Basic):
TheChart.Series(0).Points.DataBindXY( text, data )
Text and data ...
0
votes
0answers
15 views
Program or method to standardize figure format and create multiple, similar figures
I couldn't find documentation to help me with this problem - [EDIT: ...and the only recommendations I've gotten from colleagues is what I have mentioned below].
I'm developing 23 figures that must ...
0
votes
0answers
109 views
Extjs export chart from SVG to PNG
I'd like to export a chart to png using Extjs 4.1, but I don't want to use the default sencha URL, so i have found an example script on the internet that processes SVG data and returns PNG using ...





