Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
1k views

Default 3D chart transparency with ASP.NET Chart Control?

like two guys before me there and second one there I have difficulty with 3D chart. How to force them to be transparent like this picture: taken from 3D Area chart example shipped with ASP.NET ...
5
votes
2answers
2k views

ASP.NET Charting Control Transparency

I'm working with the ASP.NET Charting Library and I've got it generating a pie chart but I'm having a problem configuring it to generate the pie chart with semi-transparent slices. If you look at the ...
4
votes
1answer
928 views

ASP.NET chart controls - how do i create this bar chart?

Got a chart control i wanna make from a data table. the table looks like this: the chart i want will look like this: ''' '''' ''''' '' ' ''''' '' ' ECCTMP ECCTMP ECCTMP ...
4
votes
2answers
2k views

Styling the asp.net charting controls

Using the ASP.Net Chart Controls, which are a subset of the Dundas Chart Controls, How can I make charts that look like this: Instead of this: EDIT: I've made some progress, since asking this ...
3
votes
2answers
2k views

ASP.NET Chart Control - Axis labels

I am trying out THIS .NET MS Chart control. Could someone who knows about it tell me how to set the axis labels without using data bindings? eg. If there are 3 columns, I am looking for something ...
3
votes
1answer
1k views

Determine the colours used by the ASP.NET Chart control

I'd like to find out which colours are used for a particular pallette in the ASP.NET Chart control. I already know there is an enum on the Chart class to set the palette, e.g. myChart.Palette = ...
2
votes
1answer
242 views

ASP.NET Chart Controls, is it possible to use a gradient on a pie chart?

I'm prototyping a chart using ASP.NET Chart Controls. I have the following code to generate my chart. I'm trying to get as close to the client's brand guidelines as possible. The brand guidelines are ...
2
votes
7answers
481 views

Suggest a free or open source charting or graphing tool for asp.net C#

This is required for a brokerage website,where its needed to show each users their timely ( hourly /every 20mins ) profit or loss gained in graphical manner. Due to budget, I would prefer to use some ...
2
votes
2answers
767 views

How to use BinaryStreaming rendertype in ASP.Net Charting control using ajax call in ASP.Net MVC framework

Can anybody give a code snippet which will explain how to use Binary streaming render type in ASP.Net Charting controls using $.ajax call in ASP.Net MVC Framework. ? Ajax call will look like this--> ...
2
votes
2answers
875 views

Displaying ASP.NET Chart controls in ASP.NET MVC site with virtual path

I have a simple project that combines ASP.NET MVC with ASP.NET Charts control. Code is super simple and works IF I do not specify any "Virtual Path" when I run it in VS 2008. I followed Mike Ceranski ...
2
votes
1answer
636 views

Is there an Excel Chart Object to System.Windows.Forms.DataVisualization.Charting converter around?

Does anyone know if there is a tool that allows you to convert an Excel Chart object to an System.Windows.Forms.DataVisualization.Charting object (aka ASP.NET Charts) e.g. in C# using ...
2
votes
1answer
201 views

ASP.Net Charts LabelURL

I've got some graphics working with the MS Asp.Net Chart controls, I noticed the labels have a label URL property, If I put a URL in there then it makes that label a link. My question is, is it ...
1
vote
1answer
31 views

Using default Chart /generated by asp .net

I would like to store a DateTime in two column but when I tried that and run my app no data are displayedThis is my code:: DataTable dt = new DataTable(); //Add three columns to ...
1
vote
1answer
126 views

TimeLine Chart In Asp .Net

how to set ChartType to timeline System.Web.UI.DataVisualization.Charting.SeriesChartType. is this relevant?one thing more i need to display on my chart image, the diff from start and end ...
1
vote
2answers
3k views

How to display values in ASP.NET chart control

I'm using a dataset as my data source to create a chart in asp.net, iv managed to display a column chart. Im now stuck on how I can display the values of each column on the chart. Can some one please ...
1
vote
1answer
554 views

Populating a chart inside a GridView in ASP.NET

I have a GridView control where I aneed to show some information regarding some important variable of mine. These variables vary in time and I would like to plot their trend in the table as the last ...
1
vote
4answers
298 views

How can I populate a drop down box with all the possible SeriesChartType options?

I wish to populate a drop down box with each possible SeriesChartType so that my users may choose an appropriate chart type. How can I iterate through the SeriesChartType collection (it's in the ...
1
vote
1answer
2k views

ASP Chart Labels to display at the data points on multiple series ASP.NET 4

I have an ASP Chart (v4) which displays the data I need perfectly. I want it to show labels at the top of the data points and I am having some difficulty with it. Here is my code that works for both ...
1
vote
1answer
561 views

How can I turn off the x-axis labels in an ASP.NET Chart Control?

I want to programmatically turn on/off the labels on an Chart Control. The chart is for a load of stats, by person, and I want to be able to anonymise it by removing the labels. Can this be done ...
1
vote
1answer
317 views

ASP.NET Charting Value Labels

I'm using the ASP.NET Charting Toolkit (http://code.msdn.microsoft.com/mschart) and am wondering if there is a way to turn the labeling of the stacked chart to on. As a default, when I plot my data ...
1
vote
1answer
3k views

.Net Charting Controls - Change Label Format/Value

I am attempting to have a Pie chart using the ASP.Net Charting controls. Everything's fine. The X value is the name of a specific item with the Y value the amount. The Legend is displaying the X ...
1
vote
2answers
394 views

Create XY Scatter in ASP.NET

I have two arrays of data that I would like to display in an XY scatter. I've downloaded the ASP.NET libraries and am wondering how to display the data. This is as far as I've gotten on the front end ...
1
vote
2answers
2k views

ASP.NET Chart Control - 3D Stacked Step pie

Does anybody know, how to make chart like this? I have not found any way how to stack 3D pie charts. Stacking seems to me available only with Stacked Bar, 100% Stacked Bar, Stacked Column, and 100% ...
1
vote
1answer
374 views

ASP.NET Chart Control Formatting

I need help trying to style the asp.net chart control. I have a doughnut chart that I need to style: The background of the doughnut to be transparent so the underlying gradient shows through. I'd ...
1
vote
1answer
3k views

ASP:Chart control - databind pie chart from datatable

I've got a datatable with two columns "Status" (string) and "Total" (integer). Status Total Success 34 Missing 2 Failed 10 I want to databind this into a pie chart with ...
0
votes
0answers
30 views

How can I arrange an ASP.NET Chart Legend's items so they repeat horizontally, not vertically?

I have an ASP.NET Chart control with a legend that look something like this code: <asp:Chart ID="Chart1" runat="server" Palette="BrightPastel" BackColor="White" Height="700px" ...
0
votes
2answers
25 views

Is there any way to change the position of ValueLabel in .Net Chart?

I want to change position of ValueLabel of my chart. What is the solution? Also can I change size of that?
0
votes
0answers
26 views

How do I force a chart to auto adjust Y Axis Maximum?

I have a .NET chart which I am populating at runtime The chart appears within a report. For each band in my report, I clear all the series and add them back in using code Series s = new ...
0
votes
0answers
377 views

ASP .net 4 Chart Control Legend formatting is not displaying at all

Can somebody please help me out here? I am at a loss... I am creating charts (.Net 4 Chart Control) on my web page dynamically in code. In my code I create a Legend object, pass it as a parameter to ...
0
votes
1answer
70 views

change multiple series chartType without iteration?

I have an asp.net 4.0 chart generated with DataBindCrossTable from LINQ db query. That creates chart with multiple series (27 in my case). Is there a way to change chartType on all those auto ...
0
votes
0answers
23 views

Is it possible to Extend the ASP.Net Chart Control and add custom FinancialFormula

Is it possible to Extend the ASP.Net Chart Control and add custom FinancialFormula, currently the only support a very limited set. Any sample code would be much appreciated.
0
votes
2answers
82 views

C# Chart bind to var

I have var t from linq query with this structure: [0] = { Type = "K", Count = 1 } [1] = { Type = "Z", Count = 8 } and now I want to bind it to my chart with elegance (no foreach). I try to ...
0
votes
1answer
47 views

Is there any reference for Nice-looking Dashboard? [closed]

I am developing an ASP.NET web application and now I am working on a dashboard. I googled to find a good reference where I can get some inspiration regarding the organization of the dashboard, but I ...
0
votes
1answer
31 views

About using the Microsoft Chart library and a general clarification sought in C#

I am using the Microsoft Chart. I have a UI to get the value for each property of this object. Then i store all these values in the DB. Now that I have the properties from the DB I have to bind ...
0
votes
2answers
111 views

How to show the statistics of training of each department in the company?

I am a new ASP.NET developer and now I am developing a web application that works as a training management system for the company. I am working now in the last task which is developing a dashboard ...
0
votes
2answers
41 views

How to display the quiz title with the number of users in each quiz in ASP.NET chart?

I am creating a quiz maker in my web application. The database consists of the following tables: QUIZ Table: QuizID, Title, Description UserQuiz Table: UserQuizID, QuizID, DateTimeComplete, Score, ...
0
votes
1answer
51 views

why asp.net dynamic charts are rendered only after the second page_load?

I am using web forms to develop a web application. From the very beginning, I have always been surprised by the page_load event being fired twice, and finally today I found out that all gridviews and ...
0
votes
0answers
15 views

asp.net charts not loaded while loading the output cached version

I am trying to output cache the whole rendered page, and while re-loading the cached page, the charts are not rendered.. Could anyone who went through this before tell me what is the reason, and how ...
0
votes
0answers
172 views

ASP Charting Control Legend is out of order

I have 3 charts (ASP.Net Charting Control) on the same page. All three are using 3 series: <asp:Series Name="Individual" ChartType="StackedColumn" YValueType="Int32" ToolTip="Individual: #VALY" ...
0
votes
2answers
117 views

Clickable barchart, where clicking on any bar would redirect to concern information page

I`m making student progress tracking system, where I need to show the progress chart on every subject. Here every bar represent the subject, while clicking on any bar(subject) would produce another ...
0
votes
0answers
47 views

.Net Charting Controls - Checking Compatibly of Different SeriesChartTypes

I was wondering if there is any functionality inside the Charting Framework that allows me to check if a SeriesChartType is compatible with any other given SeriesChartType. Perhaps either a direct ...
0
votes
1answer
147 views

ASP.Net charting tools image disappears using SQL Server session

We're using the ASP.Net charting tools (version 3.5) and would like to store the chart images in SQL Server session. Here's the section in the web.config: <add key="ChartImageHandler" ...
0
votes
1answer
126 views

Combining two/several charting controls in one in c#

Can anyone please tell how to combine two controls, not necessary charting controls, at one? What I need to do? Maybe there is a book or example? I'm using System.DataVisualization.Charting controls. ...
0
votes
0answers
356 views

Axis Label Horizontal alignment

I am using .NET charts and wondering if it is possible to horizontally right align the label texts for Y axis values? I don't see a property here but wanted to see if there is another way. Thanks. ...
0
votes
1answer
909 views

ASP.NET Chart Control - Add Label to AxisY Crossing without removing automatic labels of major grid lines

I am using the ASP.NET Chart Control that Microsoft provides. I have a simple 2D chart with two series in it, one is positive and the other is negative. Here is what it looks like currently: I am ...
0
votes
1answer
470 views

Adding a vertical line to an Area Chart

First time working with ASP.NET charting and any help would be greatly appreciated! I'm trying to add a vertical line to an area chart like the following... <asp:Chart id="chtTriage" Width="545" ...
0
votes
1answer
239 views

Find colour assigned to point in ASP.NET pie chart when using Palettes

I've got a basic ASP.NET Charting control set to a pie chart, using the "Bright Pastel" palette and I'd like to link the colours used in the chart to a gridview elsewhere on the page (which is ...
0
votes
1answer
187 views

LINQ to find count of all Datapoints in ASP.NET Chart

I have Chart1["Series1"] Chart1["Series2"] .... It has multiple Series and each series has Several Data points. I want to find the count ( not sum but number of datapoints ) of Data points in all ...
0
votes
3answers
121 views

ASP.Net MVC Charts

In my project i read the xml file and store the XML file into SQL Db. And then i get the input from sql db ,Display the result in Chart,Graphs... Is It possible ? Can u pls suggest me....? Thanks In ...
0
votes
1answer
217 views

.Net Charting - switching display order of bar charts

Using System.Web.UI.DataVisualization.Charting, I've got data I want to represent as a Bar chart with the first item at the series displaying at the top of the chart, rather than the bottom. E.g. for ...

1 2