In order to add pie chart into my website, but i want to remove black border and add % sign to the numbers showing graph and also want to set colours in pie chart based on my website theme.
I added pie chart and bar chart into my website which fetched data from database. but now i am facing problem of how i can change colour of bar chart pillers to grey colour
I have a Microsoft ASP.NET chart control. When I bind it to SQL data, it displays nothing. I used a DataList to bind the same data and there are results. Here is the code. What am I doing wrong?
(p.s. the code is below)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">
If its not possible with the "chart" control that comes in System.Web.Helpers assembly, then can someone point me how to do this with asp.net control for webforms in a MVC project
In my repeater m using linkbutton for paging. I want javascript or code... My question is at run time when I am clicking on linkbutton its color get change... When I click on another button its color get reset...
I need to create a chart, preferably using MS Chart Controls, that looks like a stepline chart with the exception that color has to be filled in under the line. An area chart won't block off values like a stepline chart (it creates a direct, or curved, line from one point to another). An area chart does fill in the color the way I would like it to be but I want a stepline effect. What I guess I want is a StepArea chart. I would imagine that it should be possible but I haven't been able to configure it the way I want. how I can do this?
I am trying to translate a chart from a classic asp componant to a 3.5 chart control. I have two problems so far:
1) (hopefully easy) For the XAxis and YAxis titles (not labels), how do you make these titles bold?
2) (seems impossible with .net) How can I break up the background color so that certain parts of the background are different colors? In the legacy control, the original programmer could drill down control to the y-axis lines for coloring the background.
Example in a Y-axis with lines from 0-100 with 10 intervals:
a) 0-50: the background color would be BLUE b) 50-80: the background would be GRAY c) 80-100: the backgound color would be RED
As far as I can see, with the .net chart control, you can only have a single color or a single gradient of two colors, but not striped as I am trying to describe above. It seems that if an old classic asp componant has this striping functionality, the .net control has got to have it somehow.
Is it possible to color the inner circles of a radar chart. I want to color each section differently The image below should clarify: Wanted radar chart
How can I draw a Radar Chart using Microsoft Chart Control for .NET Framework 3.5. I can draw "column" chart using the following code from MSDN. I could not find any example for Radar Chart.
I'm developing a stocks evolution chart with Microsoft Chart Controls and I need to show the initial and final dates on the AxisX labels but I can't do it.
I google and found many solutions like set the properties:
On the sample below the initial date was Jul 26, 2007 and the final was Jul 26, 2010, this is what I need to show on the chart labels, the others dates don't make difference and can be showed in any interval.
I have a web application develped using VS2008 and the Dundas Charts add-on. I understand that Dundas Charts is no longer supported by Dundas and now belongs to Microsoft. I found what appear to be the chart controls and VS integration downloads:Microsoft Chart Control for Microsoft .NET Framework 3.5Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008What I do not know is what happens if I install these downloads. Does my original Dundas software cease to work? Does the new MS Chart software work like the Dundas version did and is fully compatible with my existing charts? Do I need to rebuild my web sites using the MS Chart integrated software? Does the old Dundas dll file in the in folder have to be replaced or will it work as is? I have not found anything that describes how to install and use this software and the functional differences from Dundas to Microsoft ownership.
I have a simple chart control on my form. it displays data fine in X and Y axis. On X axis, i have time period (1 day,1 week, to 30 Years- total of 27 points on x axis) and Y axis has interest rate.
when the cursor is moved in the chart area, I want to show the exact value of Y axis. Just like yahoo finance shows when we click on a graph of a stock symbol. Say on my chart, when user hovers on say 2 Y on the graph, it should show the exact interest rate which is on the Y axis.