Top "Charts" questions

Charts are a graphical representation of data, most often in the format of a graph or diagram.

Swap x and y axis without manually swapping values

So I have a set of data that has conditional formatting. Basically it's a set of photometric measurements of stars …

excel charts excel-2010 axes
Reordering Chart Data Series

How does one reorder series used to create a chart in Excel? For example, I go to the chart, right …

excel charts excel-2011
Dynamically update values of a chartjs chart

I created an basic bar chart using chartjs and it works fine. Now I want to update the values on …

javascript charts chart.js
JavaScript Chart Library

Would anyone recommend a particular JavaScript charting library - specifically one that doesn't use flash at all?

javascript charts
WPF chart controls

I am looking for a very simple WPF chart which should have a 2D graph and should have pan and …

c# wpf charts
Chart creating dynamically. in .net, c#

Does anybody have some experience working with charts in .NET? Specially I want to create them programmatically. using System; using …

c# .net winforms charts
How can I color dots in a xy scatterplot according to column value?

Consider the following worksheet: A B C D 1 COMPANY XVALUE YVALUE GROUP 2 Apple 45 35 red 3 Xerox 45 38 red 4 KMart 63 50 orange 5 Exxon 53 59 green …

vba excel charts excel-formula
How to generate graphs and charts from mysql database in php

How can I generate graphs and charts from a mysql database using php? I'm trying to use "chart director" but …

php mysql graph charts
What is the best open-source java charting library? (other than jfreechart)

Why are there not more opensource easy to use charting libraries for Java?. The only successful opensource project in this …

java charts plot
Click events on Pie Charts in Chart.js

I've got a question regard Chart.js. I've drawn multiple piecharts using the documentation provided. I was wondering if on …

javascript jquery charts chart.js