0
votes
1answer
3 views
MS Chart Scaleview & Threading
Hi
I have taken the example from the samples off the microsfot website. The example is the realtime Date&Time for C#. The example works perfectly when using a short distance an …
0
votes
3answers
231 views
How to hide datapoint label when value is zero in a StackedBar
I have a StackedBar which shows 5 values per bar, with the data value displayed in the middle of each block. So far, so good. However, when the value is zero, the value is still be …
0
votes
0answers
5 views
How to draw text onto an empty MS Chart ChartArea?
I'm using Microsoft's Chart control to plot some series, but if I have no data, I want to display "No Data Series" on the area where the plot would be.
Like this:
I have a hun …
0
votes
0answers
30 views
Error while deploying MS chart :Error executing child request for ChartImg.axd.
I am getting this error message when deployed a ASP.NET 3.5 page which renders a chart
Error executing child request for ChartImg.axd.
Then page works well when i run via the V …
1
vote
1answer
99 views
Ms charts : Area chart is not loading sometimes when using div.Load ,method to render a chart
I am trying to load mschart in my aspx page(SalesOverview.aspx) using jQuery.load() method,
I am loading another aspx page(ChartHandler.aspx) which accepts the parameters and rend …
0
votes
1answer
95 views
MS Chart Control Zoom MinSize issue
I'm implementing a scatter plot using the MS Chart Control .NET 3.5, WinForms, C#. My x-axis data is DateTime and noticed I couldn't zoom in smaller than a resolution of 1 day, de …
0
votes
1answer
38 views
MSCharts : How to change Border color in series in codebehind
How can i set a custom color as border color for the ASP.NET 3.5 chart control series in code behind(C#) ? I need a codebehind implementation of the following (which is in ASPX)
…
0
votes
0answers
207 views
MS Chart Control axis formatting
I'm using the MS Chart Control in a Winforms app I'm writing. The X-axis component of the scatter plot I'm displaying is Int64 data, which ultimately represents a UTC time. I'd l …
0
votes
2answers
163 views
ASP.NET Chart: setting the fonts on X and Y axis
Consider an ASP.NET MVC controller method that builds an ASP.NET Chart image.
public FileStreamResult MakeImg(IEnumerable<MyObj> stats)
{
Chart barchart = BarCh …
0
votes
2answers
147 views
ASP.NET Chart Control errors in Event Viewer
Hi,
I have been using the ASP.NET chart controls for a while on win2k3 (32bit) setups without any issue but have noticed that on our new win2k8 (64bit) box I am getting a warning …
0
votes
1answer
290 views
Enable Scrolling on the Microsoft Chart Control for Windows Forms
I understand that
Scrollbars are only shown when zooming occurs. In other words, even if a scrollbar is enabled, it will only be visible when a view is being displayed.
but …
0
votes
0answers
123 views
C# Winforms MSCharts
i downloaded and installed MSCharts and all its required things like VS SP1 and .NET 3.5 SP1 and Ms Chart Add On Tool. All of them were online installers, which download the files. …
0
votes
0answers
20 views
Windows Forms Chart Controls and Automatic Build
I ask about where and how to add those controls to a Windows Forms Project. I want to know if is considerable to create interfaces and static classes for call methods for build the …
0
votes
3answers
5k views
Sample using MSCHART in C#
Anybody know where to find an sample form using MSChart in C# ?
I made an example.
Tanks.
//name program.cs
using System;
using System.Collections.Generic;
using System.Window …
0
votes
1answer
287 views
Cannot Use Microsoft Chart Control on a 64 bit Operating System
I am having issues running the chart control on our 64 bit machine. I get the following error...
Could not load file or assembly 'AspnetChart' or one of its dependencies. An at …
