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

ASP.NET Chart with DataBindCrossTable

This is the first time I'm trying to use the ASP.NET Chart control. I always used other third party charts. This time, I'm creating a web form user control that uses the Chart control. Let me start with my data. This is the data I have, that is…
Fred
  • 2,402
  • 4
  • 31
  • 58
0
votes
1 answer

How to add convert column chart to stackcolumn chart in asp.net

I have a column chart and it is working fine with the following code. Now I want to make it a stack column chart by adding Crickettime, Hockeytime, with the existing football time. I have similar procedures to find Crickettime and Hockeytime. I…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
0
votes
1 answer

what class is required from bootstrap to size the asp.net chart

I am new to web technologies. I added an asp.net chart to a website and it is working fine. In order to make it responsive I added bootstrap. The bootstrap behaves fine for buttons etc but not for chart. I am unable to size the chart. If I set the…
0
votes
1 answer

How to make the text of the striplines visible in asp.net chart

I added the following chart to my website. I added the striplines to show us the baseline or average etc but the problem is the text disappears under the bar if the column is long. I know striplines cant be drawn on top of the chart but can I change…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
0
votes
1 answer

MS Chart control - Optimize method for displaying 'zero' Y value columns for a Line chart type

I’m using Microsoft Chart extensions that ship with VS 2010. This suits my needs well, but I’ve run into an annoyance and am looking for a more elegant solution. When charting a line graph, to achieve a continuous line, I require data for all X…
Pyrrhonist
  • 13
  • 4
0
votes
1 answer

asp.net Charts : Extra point(Tick Mark) added on X Axis

I am new to Asp.net charts and is developing a Line Chart which looks like: The part of X-Axis code is : (The comments are added in the code) Chart1.ChartAreas(0).AxisX.Title = "Age" Chart1.ChartAreas(0).AxisX.LineWidth = 2 …
user3725094
  • 65
  • 10
0
votes
0 answers

How to modify this query in order to include optional filtration?

I have an ASP.NET chart control that will show the estimated time vs time spent by each student on each class activity. I would like to have a dropdownlist control to filter the chart by the activity status; All, Open, Closed. I already populated…
user3107976
  • 185
  • 1
  • 2
  • 13
0
votes
1 answer

Asp.net Chart . Just showing max Value . How to sum it up .?

I have a data as below Date = 10,10,2014 , Value = 100 Date = 10,11,2014 , Value = 20 Date = 10,11,2014 , Value = 200 Date = 10,12,2014 , Value = 80 these data are originated from SQL db . Using asp.net chart . I pass the select command to a SQL…
0
votes
1 answer

Alignment of ASP.NET Chart

Im using classic asp.net charting to present some data then placing it into a PDF. A problem I cant seem to solve is when I add the legends to the right hand side of the graph it gets pushed down. Can anyone see why? _chart.Height =…
user987723
  • 945
  • 3
  • 12
  • 33
0
votes
0 answers

ASP.NET Chart. Binding 2 String Columns to XValueMember? (First + Last Name)

DB Query returns First and Last name as separate columns: The control is bound to First name only right now. What's the syntax to bind the series to First + Last name? I know I can do it in the code behind but I want to know if it can be done in…
Tomas Beblar
  • 468
  • 4
  • 18
0
votes
3 answers

in .net charts legend show only the custom items added

I have a lot of charts i am graphing and for some i need to give each X value a custom color and have that item in the legend as well. The following code achieves this but on the legend there is always the first default value which is now pointless.…
RustyH
  • 473
  • 7
  • 22
0
votes
1 answer

Chart control: Design messed Up after clearing and re-adding Y-Values

Been struggling with this through out the day. I have three series on a chart that look like this. NOTE: I am using the winforms control. The values are being added based on calculations from input. I am using this code to add the values to each…
Bowenac
  • 493
  • 8
  • 19
0
votes
1 answer

how to create a cylinder chart asp.net 4.0

I m drawing a cylinder chart in excel with below data, Is there any way to draw the same with .net chart control. please suggest? can we convert excel to some format to produce chart control code? how to bind data with such controls? thanks!
user584018
  • 10,186
  • 15
  • 74
  • 160
0
votes
3 answers

How to prevent ASP.NET Chart Control images from being indexed?

I have some pages on my public website that display charts generated by ASP.NET Chart controls. How can I prevent them from being indexed by Google and other search engines?
Larsenal
  • 49,878
  • 43
  • 152
  • 220
0
votes
3 answers

How to make my asp chart scrollable in the x direction

I have an asp chart which looks like this:
DannyD
  • 2,732
  • 16
  • 51
  • 73