1
vote
0answers
26 views

How to change bar chart value on each bar to custom value?

Though I have values on the asp graph as attached, what I need is a different value to be shown on each bar. For example instead of 5 on the bar graph I need to display 50 (instead of the label ...
1
vote
1answer
24 views

Trying to display line chart using DataBindCrossTable method always bar chart appears

Iam trying to create a chart in asp.net using inbuilt chart controls ,I read the data from the sql using a stored proc and stored it in a list .When I use the datacrosstable always the barchart is ...
0
votes
1answer
44 views

ASP.NET Chart Manipulation with c#

To explain my question I drew an image, here it is: So I have a Chart that has a bar graph and a line chart, 2 in 1. I am trying to displaly it in asp.net just the way i drew it on here. This ...
0
votes
1answer
35 views

Data Point Label Is Not Showing On First Bar Of Bar Chart using MS Chart

i am using microsoft chart in asp.net and I have a simple column chart with point labels, however, the first data point is not showing for the bar closest to the Y axis. I have five year of data ...
0
votes
0answers
33 views

multi series chart in asp.net using C#

I am trying to show multi series chart using MS Chart in asp.net. After couple of days of research, I was able finally to get my char working but only with one series. I am also pulling the data ...
0
votes
1answer
49 views

How to draw a Horizontal line using Highcharts DoNet C#

I was wondering how it would be possible to draw a solid horizontal line using the Highcharts framework. Purpose: The purpose for these lines is that I want to have constraints at a certain value. ...
0
votes
0answers
19 views

How to develop SmartList In C# like MSDynamic

How can i develop smartlist in C# .Is there any idea *User Select Fields and make a graph After this he want to save the settings for future and this setting show as a smartlist whenever user click ...
0
votes
1answer
24 views

ASP Chart - remove unwanted values which are appended to X axis

I have created a simple ASP chart which is displaying a date range (a week) in days on the X axis, and an integer value on Y axis. I have created a datasource to pull the data, which currently ...
0
votes
0answers
23 views

charts in asp.net with group data

I am working on charts in asp.net. I want to create a chart like below but I do not know how to manage data for months as a group as in chart a series has only 2 means X and Y values. Please tell me ...
0
votes
0answers
195 views

How to make multiple Y-Axis in ASP.Net Chart Control

I want to make Six Y-Axis is this possible in MS Chart Tool if yes then please help how? Want to make Multiple series how . I want user select one values for x-axis from DropDown and 6 different value ...
0
votes
0answers
45 views

multiple series in asp chart with each series showing data from different sql queries

I am a newbie to asp and vb and having issue with multiples series in charts. My problem is, I am having a table with machine_id,speed,power and I want to draw a chart with speed and power. and I ...
0
votes
0answers
50 views

ASP.NET hide x-axis labels

Bit of a strange one here: I have a series of values that could span a large-ish range. At the moment I can get ASP.NET to do me a nice column chart of these, and do one of the following: ...
0
votes
0answers
35 views

ASP.NET chart axis option unavailable

I am trying to implement a data-bound chart control in ASP.NET with two variables being selected: chemical and entryDate. When I go to set my X and Y variables in design mode, I can use entryDate for ...
-1
votes
1answer
104 views

Can resize Kendo bar chart to fill screen but not pie or gauge

I have the following style applied to my charts when they are clicked, which hides all other Div elements and makes the clicked one look "full screen": <style> .hidden { ...
0
votes
0answers
60 views

ASP.net Chart Control - Image renders but wont display on server

I have a report with several charts on it, the charts are working fine locally however when I upload to the server, the report loads but images are not being displayed. I have the following in my web ...
0
votes
0answers
17 views

RadChart source anonymous type

I have been trying to get a solution to this but without any success, I have added some posts but any answer. Please if you dont mind would appreciate your help. This is my scenario: BookingDate ...
0
votes
0answers
68 views

Chart Control in ASP.NET

I am trying to show some information in a Chart but without success, please if anyone can guide me I appreciate it. Here is the questions. I need to show in a Chart bars during the current year ...
0
votes
1answer
66 views

Error executing child request for ChartImg.axd. This is not a duplicate

I have tried all solutions on this thread: .NET 3.5 chart controls exception: Error executing child request for ChartImg.axd I added the <add path="ChartImg.axd" verb="GET,HEAD" ...
0
votes
1answer
41 views

Telerik RadChart Grouping and aggreate function

I am trying show some information in a RadChart but without success, please if anyone can guide me I appreciate it. Here is the questions. I need to show in a Chart bars during the current year ...
0
votes
1answer
61 views

How to use values from foreign key tables in asp.net chart control

I have a DB table with following values (select * from tbl where PRO_ID=2061): And I have a asp:Chart. The above table can also be the Chart1.DataSource. Markup could look like this: ...
0
votes
0answers
25 views

Object reference not set to an instance of an object. in chart control

getting Object reference not set to an instance of an object. "chart.Series.Add(dc.ColumnName);" error in this line. here is my code. for (int i = 1; i < dt.Columns.Count; i++) // For Count ...
0
votes
0answers
56 views

asp.net Chart take too much time when switching form Bar Graph to Pie graph

I am developing an application which show different type of ASP.Net Chart or DropDownList selection if user select Bar Graph it shows bar graph then user select pie graph it shows pie graph it works ...
0
votes
0answers
26 views

Display amount in $0,000 format in chart

I have used chart from System.Web.Helpers.Chart namespace as below: var myChart = new Chart(width: 800, height: 400, theme: ChartTheme.Green); List<int> xArray = new List<int>(); ...
0
votes
0answers
38 views

Printable website pages and asp.net mvc charts

I am creating a website and I want to add the ability to print reports (database outputs in tables and charts) I am thinking about Open XMl SDK to create downloadable word documents for each output, ...
1
vote
1answer
53 views

Uneven (custom) intervals on chart

This is what I currently have: What I need, is to have the following uneven intervals (vertical lines & x-axis labels): 1) 1 (i.e. must not cross at 0) 2) 1.5 3) 2.5 4) 3.5 5) 4 Is there any ...
0
votes
0answers
82 views

ASP.net chart shading range

I'm tryint to highlight an area in a chart in asp.net between +-5% ranges in the y axis. I have the following chart control <asp:Chart ID="Chart1" runat="server" ...
0
votes
1answer
84 views

links in pop up window in fusion-chart

i am pulling the data from a database in order to populate my chart but i am not sure how to control the size of the window. Here is my code: strXML.AppendFormat("<set label='{0}' value='{1}' ...
0
votes
0answers
59 views

How can i update User Control ChartGraph in real time?

First I have in the Form1 designer a graph chart from the toolbox. Then the graph chart code wich is not correct: using System; using System.Collections.Generic; using System.ComponentModel; using ...
0
votes
0answers
166 views

Positioning Labels “Inside End” in an ASP.NET Column Chart

I am trying to add an ASP.NET Column Chart to my app. This chart needs to show the labels inside the column at the top. In Excel, the label style is called "Inside End". For the life of me, I can't ...
1
vote
1answer
157 views

Show durations in an ASP.NET Bar Chart

I have an app in which I'm using the included ASP.NET Chart controls. In one of my charts, I need to show a Bar chart with durations. The durations are stored as TimeSpan objects as shown here: ...
0
votes
1answer
788 views

Asp.Net chart with multiple series and multiple values on the y axis

I have a datatable that looks like this: Data Value 1 Value 2 Value 3 series1 32 -2 46 series2 -62 99 series3 19 23 ...
0
votes
1answer
784 views

How to use ASP.NET Chart control for 2D bar chart

I am using the ASP.NET chart control and want to create a 2D bar chart like this example: My data looks like this: The Product A, Product B, Product C will be the page name (see my data) and the ...
0
votes
2answers
847 views

How to change the colors of bars in Column chart in asp.net

Hello Everyone!!! I am designing a column chart from database table ..Now i need each column(bar) of the chart to have different color so that we can have different legends but i am ...
0
votes
1answer
100 views

asp.net chart render with xml file

I am working on application where i need to render a chart using jquery + ajax request. For this i did work and got success for this i save chart image and then return a path and display on image ...
3
votes
1answer
224 views

Conditional Line Graph using Open Flash Charts

Hi guys, I'm using Open Flash Charts v2 , I have been trying to make Conditional line graph , but I couldn't find any straight forward way , example or any class for producing Conditional charts. ...
0
votes
0answers
45 views

Combo Chart wrong HtmlDecode

I am getting html example chart code from google chart tools and show them in my page. im getting the code with agility pack. so i got the code and with HttpUtility i decode the html to a div ...
0
votes
0answers
151 views

series axis label not being displayed when i use multiple series

I am using a column graph in C# with asp.net. I used multiple series so each column would be a unique color, but only one x-axis label is being displayed. Here is code: private Chart ...
1
vote
1answer
98 views

How to return a method value as list for RadHtmlChart ?

I'm using a RadHtmlChart based on HTML5 from telerik. I'm using a Pie Chart, and I want to display the method's values. How should I save the values -- maybe as a list? It shouldn't have a big impact ...
1
vote
0answers
136 views

I need to creat a cohort chart in asp.net RDLC report

Please help i need to create a cohort chart in my asp.net application like you see in this reference link http://blogs.thesitedoctor.co.uk/tim/Trackback.aspx?guid=d8d11102-05a1-440f-83fa-f473e98825a2 ...
1
vote
0answers
87 views

How to set the labels of points of X and Y axis of chart in asp.net using vb and sql

How can I programatically set the labels of points of X and Y axis? I am searching these and I am confuse because there are different codes, and non of them are working. Here is a sample Graph: I ...
2
votes
2answers
309 views

Changing the chart type in ASP.net when in a DropDownList SelectedIndex Changed event

I have a DropDownList and a chart created in ASP.net.The existing items of it are bar chart and pie chart. I need to select my chart in to the format which is selected in the DropDownList. Is there ...
0
votes
2answers
902 views

how to bind datasource to the Ajax chart control is asp.net c#

I want to make a chart using ajax based chart control. I have added the ajax toolkit for it. I want to create chart as in below link ...
0
votes
0answers
57 views

ASP.Net Chart Points Count 0 After Grouping

Using ASP.NET and C#. I can get a count of data points in a chart by using Series[0].Points.Count. but if I then group the series using DataManipulator and try to get the count it is always 0. I'm ...
0
votes
0answers
263 views

Trouble with ASP.NET Horizontal Bar Charts

I know this is probably one of the sillier questions I'll ak for help on, but I just can't get it. Google has let me down this time, so any help would definitely be appreciated. In short, I'm having ...
0
votes
0answers
114 views

DataBindXY with string-Values for xAxes gives 0 for x in Points Collections

I fill a list with 12 strings as a timeline for a chose timespan List<string> xValues = new List<string> { "Jan 2012", "Feb 2012", "Apr 2012", "Mai 2012", "Jun 2012", "Jul 2012", "Aug ...
0
votes
0answers
280 views

Databinding to chart in VB.NET

I'm trying to retrieve information from database to show on my Line Chart to show calorie intakes by dates, but the following error keeps appearing at DataBind() Series data points do not support ...
0
votes
0answers
46 views

Visualization failing to load into the page

I'm trying to follow the tutorial The displaying of the image works fine. When i try to add an image to my content it says in my debugger: Failed to load given URL. So i have tried to display a jpg, ...
0
votes
0answers
61 views

Asp.Net Chart not working on Publishing Server

I am using ASP.Net Chart control, For that I run an exe and used this @ DotNet page. This is working fine on Local machine or development machine. Then I published the same on my Server, changes made ...
0
votes
1answer
207 views

How to Bind table data to chart?

Actually i have more than 10 columns....in designing form i have 2 dropdownlist and 2 textboxes.. 1-Dropdownlist-for select the state 2-Dropdownlist -for choose the column name like temperature, sea ...
-1
votes
1answer
424 views

how can i create a graph for data coming from sql server in c# web page [closed]

i want to create one graph(as below image) for showing in web page for weekly work status and data i am getting from sql server DB after running sql query. so how can i create this dynamically inside ...

1 2 3 4 5 9