asp.net-charts

Change pointer on mouseover to Hand in Asp.net Chart

i am using Asp.net Chart and showing bar chart. i used dataPoint.MapAreaAttributes to call a JS func(which retrieves the ID) to show next chart on click of a particular bar in the existing chart. but i am unable show hand pointer on mouse over the particular bar on the chart. And when i use Datapoint.Url which is changing the mouse poin...

how do i overlay a "line chart" on a "point chart" using asp.net charting toolkit?

I currently have a point chart using the asp.net charting toolkit, but would like to place a line of best fit on the same chart. Assuming that I know how to calculate the equation for the line (y=mx+b), how would I overlay this in the same graph? ...

bind two arrays with x and y datapoints to a line chart in asp.net?

Does anyone know how to bind two arrays (x and y datapoints) to form a line chart using the asp.net chart toolkit? ...

adjusting the font axes style and size in asp.net chart?

Does anyone know the properties that I need to change to decrease the font size of the axes numbers and change the font style? Also need to know how to add x and y labels. <asp:Chart runat="server" ID="Chart1" Width="340px" Height="265px"> <Series> <asp:Series Name="scatter" MarkerSize="4" ChartType="Point" Color="Green" Mar...

.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 a series with labels {"A", "B", "C"}, the bar for C will display at the top, while I would want A to be the top bar. This ordering makes se...

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 like this Chart1.AxisX.Labels = ["First", "Second", "Third"]; Thanks in advance. ...

.Net Charting Controls - Change Label Format/Value

Hello. 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 value, the size of the slices of the pie are correspond to the Y value. All is well. However I also have the value, as a label, atta...

ASP.Net MVC Charts

Hi, 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 Advance. ...