-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working with the ASP.NET Charting Library and I've got it generating a pie chart but I'm having a problem configuring it to generate the pie chart with semi-transparent slices. If you look at the image here you'll see what I'm talking about. Of the 4 pie charts the top 2 and the bottom left chart…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hiya,
I seem to be having a problem with my dojo stackedcolumn whereby the scale of some of the bars is correct for some x-axis points, but not others. Here's my code (observe the northern ireland hydro should be 70, but only shows as around 30):
dojo.addOnLoad(function() {
var chart1 = new dojox…
>>> More
-
as seen on C# Online
- Search for 'C# Online'
NPlot is a .NET charting library for .NET. And, it is available as freeware. NPlot features an useful and flexible API. Also, NPlot includes controls for ASP.NET and Windows Forms, as well as a class for creating Bitmaps.
Learn from a few examples.
Download NPlot.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the WPF toolkit, and am trying to render a graph that looks like a histogram. In particular, I want each column to be right up against each other column. There should be no gaps between columns.
There are a number of components that you apply when creating a column graph. (See example…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am currently developing an application that uses chart control to create a histogram. The histogram displays data correctly however I would like to center the data. Right now the Min and Max are automatically set. I would like the graph to always force its to be displayed symmetrically.
Here is…
>>> More