Questions tagged [microsoft-chart-controls]
150 questions
1
vote
3 answers
Chart control two data set bars overlapping
I am working on a ASP.NET project and I have a bar chart with two data sets alongside each other. How do I get them to over lap.
One item of data is a tank size, the other is the current level.

Brobina
- 467
- 6
- 20
0
votes
1 answer
Change font colour in Microsoft Chart Control
How do you change the colour of the labels(not sure what the correct name is) in a Microsoft Chart Control in VB.
By "labels" I mean the text that is overlaid on every column in a StackedColumn chart.
You can change the Axis labels with the…

Turnip
- 35,836
- 15
- 89
- 111
0
votes
1 answer
How do I set a gradient on a marker in a Microsoft Chart Controls Bubble chart?
When using 3D graphs the markers have a nice gradient 3D effect.
Is it possible to get that effect on a marker on a 2D chart?

Simon Keep
- 9,886
- 9
- 63
- 78
0
votes
2 answers
Using Chart in asp.net facing this error "The process cannot access the file.... "
I make a website using the chart control in asp.net. When the load users become bigger and bigger, the Error occurs in the log. The error detail is like this how solve this.
Exception Details:
Exception of type 'System.Web.HttpException' was…

Christopher Bai
- 391
- 1
- 5
- 11
0
votes
1 answer
Zoom in Chart Control
Do we Zoom the ChartArea Inside ChartControl only on the Bais on X Axis , i follow this link but only X Axis is Zoom as per Code Can we Zoom Both the Axis on the basis of X axis or we need to write the code for YAxis
Thanks
Shashank

Shashank
- 6,117
- 20
- 51
- 72
0
votes
1 answer
Could use some help conceptualizing how to finish implementing a Microsoft Chart w/ drill-down capabilities under MVC
I have most of this figured out, but I am wondering if I need to return a partial page view or just an image.
So, the way drill-down charts need to be implemented under MVC can be seen at:…

Sean Anderson
- 27,963
- 30
- 126
- 237
0
votes
1 answer
.NET Charting Controls: Label values from data source
I know that you can use keywords with labels, but is there any way to use a specific value from my data set as a label? What I would like to do is have a column of my data table contain a custom label string, so that each X-axis value graphed would…

Scott Simontis
- 748
- 1
- 10
- 24
0
votes
2 answers
How can I filter out this illegal JavaScript character? It's being generated at run time
I am attempting to generate a custom tooltip using Microsoft Chart Controls. Microsoft Chart Controls supports the ability to use keywords which helps automate the data you wish to display.
For example,
string toolTip = string.Format("
{0}: {1}…

Sean Anderson
- 27,963
- 30
- 126
- 237
0
votes
0 answers
Click to select a specific data point on the Visual Studio Chart Control
I used to use VB6.0 extensively years ago. Back then I used the BitsPerSecond Chart Control. The event in question looked like this
Bgraph_HotHit(hitset As Integer, hitpoint As Integer)
'Bgraph' being the given chart control name in the application…

Peter James
- 1
- 1
0
votes
0 answers
How to make a chart in a windows form which takes the x and y axis from two comboboxes in another form. (The comboboxes has db column names as items)
I want to make a windows forms application with two forms: form1 and form2, form2 displays a 3D chart with a local SQL server connection to make a database as it's DataSource.
I gave two combobox in form1 which will display the columns in the data…

user18568746
- 1
- 1
0
votes
0 answers
Load data to Microsoft Chart with ajax call
I'm building some Microsoft charts on a .NET 2.0 application using System.Web.UI.DataVisualization.Charting.Chart similar to the code here http://blog.oscarscode.com/dot-net/create-charts-in-asp-net/ except using a database call to get data for…

t_m27
- 103
- 16
0
votes
3 answers
How to export an mschart chart to excel?
I have created a chart with Mschart.I want to export the created chart to excel.
I'm using following code but when I open it in excel I just see some unknown code instead of chart.
using (var chartimage = new MemoryStream())
{
…

Raymond Morphy
- 2,464
- 9
- 51
- 93
0
votes
1 answer
MSChartControl weird behaviour on selection
I'm using the MSChartControl in my application. In the chart control I display an image where I want to use the selection mechanism of the chart control to select a range of the image using the CursorX from the ChartArea.
In the…

msedi
- 1,437
- 15
- 25
0
votes
1 answer
to plot two different graphs together on the same chart
I am using the MSChart Control to plot some data but I would like to plot two different graphs
together on the same chart. For example, use a Bar chart (series1) with a pie chart (series2)
i am trying to show the two different graphs using one…

user682417
- 1,478
- 4
- 25
- 46
0
votes
2 answers
How to display Axis Labels for Stacked Column chart ( Asp.net chart control )?
I'm using ASP.NET Chart Controls for displaying some data. I'm not pulling any data from the database through a dataset. I'm adding them manually. I don't know how to add AxisLabels to X-axis or Y-axis. I've tried using Axis.title,…

Manish
- 31
- 2
- 3
- 7