Questions tagged [asp.net-charts]

Chart controls enable you to create ASP.NET pages or Windows Forms applications with simple, intuitive, and visually compelling charts for complex statistical or financial analysis.

The ASP.NET Chart server control enables you to create ASP.NET pages that include charts for complex statistical or financial analysis. The Chart control supports the following features:

  • Data series, chart areas, axes, legends, labels, and titles.
  • Data binding.
  • Data manipulation, such as copying, splitting, merging, alignment, grouping, sorting, searching, and filtering.
  • Statistical formulas and financial formulas.
  • Advanced chart appearance, such as 3-D, anti-aliasing, lighting, and perspective.
  • Events and customizations.
  • Interactivity and Ajax.

Code Samples

Community Forum

136 questions
0
votes
1 answer

Crystal Report Chart Without Connecting to the Database

I designed a form and used the Bar Chart on my form to display the number of students having a particular problem (e.g family problems) in a particular Program (Nursing) in a particular year (say 2009). I designed everything else to get the total…
0
votes
0 answers

asp.net mvc render multiple charts in a view

Question1: How to render multiple charts in a single view? In a ABController, I have two methods MethodA (which matches with view name, MethodA.aspx) and MethodB. When I load MethodA.aspx, it renders a graph from ABController.MethodA and on the same…
CoolArchTek
  • 3,729
  • 12
  • 47
  • 76
0
votes
1 answer

pass other value than #VALX and #VALY in postback of series to get value on chart click event

I am using asp.net chart control and i want to use chart click event to get the deptId value of bar click in bar chart .
rahularyansharma
  • 11,156
  • 18
  • 79
  • 135
0
votes
1 answer

How to use Visual Studio Charts to draw a 'Manhattan* Chart'?

*This is a name I have seen used for the style of chart I'm after - not sure how 'official' this name is. What I would like: Bar Chart X - Day of the Week Y - Number of items Z - Week Number, receding back into the chart. I'm not sure that the…
Mesh
  • 6,262
  • 5
  • 34
  • 53
0
votes
2 answers

How to set Axis Title in asp.net chart controls

The AxisX title is "Date". But how can I change its direction? I would like to see "Date" horizontally. The AxisX Labels direction is set like this: chartCalls.ChartAreas[0].AxisX.LabelStyle.Angle = -90; Any idea?
aleafonso
  • 2,244
  • 8
  • 38
  • 58
0
votes
2 answers

forecasting with regression in asp.net chart

I am refering to the official asp.net tutorial http://msdn.microsoft.com/en-us/library/dd456655.aspx . What i did is,,, in an fresh asp.net website, i added a chart control from the toolbox and dragged a table it to from my database. The problem…
0
votes
1 answer

ASP.NET chart control - layout x-axis label with reversed y-axis

I have an asp.net chart control with different Series and i have reversed the y-axis. Because of this i had to set Crossing AxisY to Maximum to have the xaxis on the bottom. Without setting the crossing value to maximum i have the xaxis on the top…
daniel
  • 34,281
  • 39
  • 104
  • 158
0
votes
1 answer

Can I create X numbers of Series using Chart Control for a line chart based on data returned Asp.net vb

I will be developing some charts for a project .. at this moment, I am just creating specification document for stored procedures and some bits seem mystery to me ... I will be using ASP.net Chart Control. The chart will be a Line chart and show…
0
votes
1 answer

Change cursor on chart datapoint in web application

I am using asp.net charts in my web application. All the data points are clickable. I used MapAreaAttributes of each point to call a javascript function "onclick" event. I want to change the cursor to pointer on mouse over event of the data…
Inbal
  • 909
  • 2
  • 28
  • 46
0
votes
1 answer

How to add Area chart below column chart in ASP.NET charting control

I can create a column chart in ASP.NET charting control easily but what I want, is creating stacked background area behind columns to indicate its status. So I thought of creating an Area chart behind it...how could I do this or is there another…
AHMED EL-HAROUNY
  • 836
  • 6
  • 17
0
votes
1 answer

ASP.NET chart custom handler

Before while my web application was "on-premise" solution I used "standard" asp.net chart control with disk storage mode. Like this :
rjovic
  • 1,207
  • 2
  • 16
  • 37
0
votes
4 answers

Adding borders to image on click or mouse hover

I want to add round borders to selected image areas on a map, how do I do it?
Joy
  • 92
  • 1
  • 9
0
votes
2 answers

how to create Line chart using chart control in visual studio 2008

I downloaded the MSchart.exe for visual studio 2008 version.. when ever i choose the chart control it shows the bar chart only but i want to implement in line chart with X and Y-axises. consider On y-axis the values are in mm from 1 to 1400 value…
hari516
  • 59
  • 2
  • 10
0
votes
1 answer

MS Charts series as label

I have created a MS Chart control on my page and added 2 series (combo bar and line graph) bound to a DataView. My DataView has a third metric (Items) which I would like to show as a label on the bars of the Bar graph. Is there a way to assign this…
tkeen
  • 362
  • 1
  • 8
-1
votes
2 answers

Asp.net charts automatically saved in C:\

My Charts in asp.net sometimes saved in C:\. Why that problem occurs? I did not write coding for exporting charts into anywhere.
1 2 3
9
10