I've got a chart with 8 series - call them S1 through S8. They're in order in the chart's list of series, and they're presented using custom legend items (Legend.CustomItems). Everything works fine, except there seems to be a bug with how items are displayed in the legend when the legend wraps around to a new line.
I'd like the items to...
I'm using Microsoft Chart Controls to generate some charts on a Webpage. I'm trying to use Templates to have a definition of the Chart an load it on request.
This is a sample of the template:
<Chart Palette="BrightPastel"
Width = "100" Height="100"
BackColor="Black" BackGradientStyle="TopBottom"
...>
<series>
<series _T...
Hi,
I'm using Microsoft Chart in order to draw some stepline charts.
Should I use StepLine directly or should i make my own using FastLine in order to be faster ?
In other words, do anyone know if the stepline is built on the Line or on the FastLine type.
I've got around several thousands points to draw.
StepLine : http://msdn.micro...
I'm just now getting familiar with the .NET chart controls. I'd like to know if I can save the contents of a chart as a .jpg or similar file on the server.
I would like to be able to have the user download the file or display it to the user in a non-.net page.
I think it should be possible to do this. How?
...
I need to create a sort of pie chart that has slices with differing radii - similar to:
http://www.andypope.info/charts/pieradius.htm.
I also want to overlay a second series on it, as a line.
The solution needs to be ASP.NET MVC-friendly - and I need to be able to associate "drill down" links with the slices.
If there's no off-the-...